初步打包调试deb

This commit is contained in:
2022-06-19 21:46:58 +08:00
parent 79674c1c2f
commit 8fb872d8ec
100 changed files with 175 additions and 4527 deletions

View File

@@ -1,7 +1,7 @@
#!/usr/bin/env python3
#########################################
# 版本1.4.2
# 更新时间2021年08月30
# 版本1.6.2
# 更新时间2022年06月19
#########################################
import os
import sys
@@ -43,7 +43,6 @@ if os.geteuid() != 0:
window = tk.Tk()
style = ttkthemes.ThemedStyle(window)
style.set_theme("breeze")
window.overrideredirect(1)
window.withdraw()
try:
if sys.argv[1] == "1" and messagebox.askokcancel(title="提示", message="你确定要删除吗?"):