We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7a37dc1 + 4340b78 commit a7b6570Copy full SHA for a7b6570
build.ps1
@@ -2,6 +2,6 @@ black *.py
2
pip freeze > requirements.txt
3
pyinstaller DMMGamePlayerFastLauncher.py --onefile --noconsole
4
pyinstaller DMMGamePlayerProductIdChecker.py --onefile
5
-New-Item "Z:\Project\Python\hack\DMMGamePlayerFastLauncher\windows\tools" -ItemType Directory
+New-Item "Z:\Project\Python\hack\DMMGamePlayerFastLauncher\windows\tools" -ItemType Directory -Force
6
Copy-Item -Path "Z:\Project\Python\hack\DMMGamePlayerFastLauncher\dist\DMMGamePlayerProductIdChecker.exe" -Destination "Z:\Project\Python\hack\DMMGamePlayerFastLauncher\windows\tools" -Force
7
start "C:\Program Files (x86)\Inno Setup 6\ISCC.exe" "Z:\Project\Python\hack\DMMGamePlayerFastLauncher\setup.iss"
requirements.txt
52 Bytes
0 commit comments