2021-11-21 22:19:25 +00:00
|
|
|
def build():
|
2023-05-24 13:57:27 +00:00
|
|
|
from os import system as cmd
|
|
|
|
from editor import edit
|
2023-11-18 16:02:29 +00:00
|
|
|
|
2023-05-24 13:57:27 +00:00
|
|
|
cmd("clear")
|
2023-10-02 01:12:41 +00:00
|
|
|
# useEditor = input("Run Version Editor (Y|*)? ").upper()
|
|
|
|
# if useEditor == "Y":
|
|
|
|
# edit()
|
|
|
|
# cmd("clear")
|
2023-05-24 13:57:27 +00:00
|
|
|
print("Run these commands next: \n cd package\n ./upload.sh")
|
|
|
|
cmd("bash")
|