OSDN Git Service

[move] : Moved wizard.py to tools/
authorhayao <shun819.mail@gmail.com>
Sun, 20 Sep 2020 12:00:21 +0000 (21:00 +0900)
committerhayao <shun819.mail@gmail.com>
Sun, 20 Sep 2020 12:00:21 +0000 (21:00 +0900)
tools/wizard.py [moved from wizard.py with 98% similarity]

similarity index 98%
rename from wizard.py
rename to tools/wizard.py
index 8b5b52f..61a12e9 100755 (executable)
--- a/wizard.py
@@ -220,7 +220,7 @@ class MainWindow(Gtk.Window):
         else:
             kernel = kernel.replace("linux-", "")
         
-        command = "sudo ./build.sh --arch {} --kernel {} --lang {} --comp-type {} --user {} --password {}".format(arch, kernel, locale, comp, username, password)
+        command = "sudo ../build.sh --arch {} --kernel {} --lang {} --comp-type {} --user {} --password {}".format(arch, kernel, locale, comp, username, password)
         
         if self.boot_splash_button_enable.get_active():
             command = "{} --boot-splash".format(command)