File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 11pip freeze > requirements.lock.txt
22python .\tools\build.py
33
4+ Remove-Item - Path " build" - Recurse - Force - ErrorAction SilentlyContinue
5+ Remove-Item - Path " dist" - Recurse - Force - ErrorAction SilentlyContinue
6+ Remove-Item - Path " *.spec" - Force - ErrorAction SilentlyContinue
47
5- pyinstaller DMMGamePlayerFastLauncher\DMMGamePlayerFastLauncher.py -- noconsole -- onefile -- add-data " .venv\Lib\site-packages\ customtkinter\;customtkinter " -- icon assets\icons\DMMGamePlayerFastLauncher.ico
8+ .\.venv\Scripts\ pyinstaller.exe DMMGamePlayerFastLauncher\DMMGamePlayerFastLauncher.py -- noconsole -- onefile -- collect - all customtkinter -- collect - all selenium -- icon assets\icons\DMMGamePlayerFastLauncher.ico
69
710Copy-Item - Path " dist\DMMGamePlayerFastLauncher.exe" - Destination " windows" - Force
811Copy-Item - Path " assets" - Destination " windows" - Force - Recurse
912
1013Invoke-WebRequest - Uri " https://raw.githubusercontent.com/kira-96/Inno-Setup-Chinese-Simplified-Translation/refs/heads/main/ChineseSimplified.isl" - OutFile " C:\Users\yuki\AppData\Local\Programs\Inno Setup 6\Languages\ChineseSimplified.isl"
1114Start-Process " C:\Users\yuki\AppData\Local\Programs\Inno Setup 6\ISCC.exe" " setup.iss" - Wait - NoNewWindow
1215
13- Compress-Archive - Path " windows\*" - DestinationPath " dist\DMMGamePlayerFastLauncher.zip" - Force
16+ Compress-Archive - Path " windows\*" - DestinationPath " dist\DMMGamePlayerFastLauncher.zip" - Force
You can’t perform that action at this time.
0 commit comments