File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -158,7 +158,7 @@ jobs:
158158 run : pip3 install pyinstaller
159159
160160 - name : Build binaries for Windows (RELEASE VERSION)
161- run : pyinstaller main.py --onefile --name ocsysinfo_win_x86_64-RELEASE --paths=./src --icon=./resources/icons/OCSI_logo_win.ico --add-data="src/util/version.json;src/util" --add-data=' requirements.txt;.'
161+ run : pyinstaller main.py --onefile --name ocsysinfo_win_x86_64-RELEASE --paths=./src --icon=./resources/icons/OCSI_logo_win.ico --add-data="src/util/version.json;src/util" --add-data=" requirements.txt;."
162162
163163 - name : Upload to Artifacts
164164 uses : actions/upload-artifact@v2
@@ -200,7 +200,7 @@ jobs:
200200 run : pip3 install pyinstaller
201201
202202 - name : Build binaries for Windows (DEBUG VERSION)
203- run : pyinstaller main.py --onefile --name ocsysinfo_win_x86_64_DEBUG --paths=./src --icon=./resources/icons/OCSI_logo_win.ico --add-data="src/util/version.json;src/util" --add-data=' requirements.txt:.' --runtime-hook exe_dbg_hook.py
203+ run : pyinstaller main.py --onefile --name ocsysinfo_win_x86_64_DEBUG --paths=./src --icon=./resources/icons/OCSI_logo_win.ico --add-data="src/util/version.json;src/util" --add-data=" requirements.txt;." --runtime-hook exe_dbg_hook.py
204204
205205 - name : Upload to Artifacts
206206 uses : actions/upload-artifact@v2
You can’t perform that action at this time.
0 commit comments