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