From f23f3566d68a47bc9f790018b0e772d857fc780d Mon Sep 17 00:00:00 2001 From: CronyAkatsuki Date: Sat, 10 Jul 2021 15:32:18 +0200 Subject: [PATCH] Powershell compile script for windows with pyinstaller --- compile.ps1 | 1 + 1 file changed, 1 insertion(+) create mode 100644 compile.ps1 diff --git a/compile.ps1 b/compile.ps1 new file mode 100644 index 0000000..799efae --- /dev/null +++ b/compile.ps1 @@ -0,0 +1 @@ +pyinstaller .\adl.py --onefile --add-data 'good_title.txt;.' --add-data '.\problem_title.txt;.' --add-data '.\print_fzf.py;.' \ No newline at end of file