Remove slash
This commit is contained in:
parent
bf724527c8
commit
e253bb397a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/default.yml
vendored
2
.github/workflows/default.yml
vendored
|
|
@ -185,7 +185,7 @@ jobs:
|
|||
venv\Scripts\Activate.ps1
|
||||
python3 create_pyinstaller_file.py
|
||||
pyinstaller -w --noconfirm --hidden-import PySide6 `
|
||||
--add-data ${{ env.PROJ_DIR }}\resources;.\ `
|
||||
--add-data ${{ env.PROJ_DIR }}\resources;. `
|
||||
--icon ${{ env.PROJ_DIR }}\resources\icon.png `
|
||||
--hidden-import pkg_resources `
|
||||
--workpath "${{ env.BUILD_DIR }}" `
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue