Skip to content

Commit a7b6570

Browse files
authored
Merge pull request #38 from fa0311/develop-v4
Develop v4
2 parents 7a37dc1 + 4340b78 commit a7b6570

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ black *.py
22
pip freeze > requirements.txt
33
pyinstaller DMMGamePlayerFastLauncher.py --onefile --noconsole
44
pyinstaller DMMGamePlayerProductIdChecker.py --onefile
5-
New-Item "Z:\Project\Python\hack\DMMGamePlayerFastLauncher\windows\tools" -ItemType Directory
5+
New-Item "Z:\Project\Python\hack\DMMGamePlayerFastLauncher\windows\tools" -ItemType Directory -Force
66
Copy-Item -Path "Z:\Project\Python\hack\DMMGamePlayerFastLauncher\dist\DMMGamePlayerProductIdChecker.exe" -Destination "Z:\Project\Python\hack\DMMGamePlayerFastLauncher\windows\tools" -Force
77
start "C:\Program Files (x86)\Inno Setup 6\ISCC.exe" "Z:\Project\Python\hack\DMMGamePlayerFastLauncher\setup.iss"

requirements.txt

52 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)