Powershell compile script for windows with pyinstaller

This commit is contained in:
CronyAkatsuki 2021-07-10 15:32:18 +02:00
parent b27225e218
commit f23f3566d6

1
compile.ps1 Normal file
View File

@ -0,0 +1 @@
pyinstaller .\adl.py --onefile --add-data 'good_title.txt;.' --add-data '.\problem_title.txt;.' --add-data '.\print_fzf.py;.'