fkeycapture/build.py

12 lines
300 B
Python
Raw Permalink Normal View History

2023-10-02 00:45:35 +00:00
def build():
from os import system as cmd
from editor import edit
2023-11-18 16:01:19 +00:00
2023-10-02 00:45:35 +00:00
cmd("clear")
# useEditor = input("Run Version Editor (Y|*)?").upper()
# if useEditor == "Y":
# edit()
# cmd("clear")
print("Run these commands next: \n cd package\n ./upload.sh")
cmd("bash")