Skip to content

Commit c0fa93d

Browse files
authored
Update python-app-exe.yml
1 parent 1297bc7 commit c0fa93d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-app-exe.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ jobs:
3030
- name: Build Executable for Windows
3131
if: runner.os == 'Windows'
3232
run: |
33-
pyinstaller --add-data="dict;dict" --add-data="log;log" --add-data="header.config;." --add-data="LICENSE;." Hunting-Rabbit-DirScanner.py
33+
pyinstaller --add-data='dict;dict' --add-data='log;log' --add-data='header.config;.' --add-data='LICENSE;.' Hunting-Rabbit-DirScanner.py
3434
3535
- name: Build Executable for macOS and Linux
3636
if: runner.os == 'macOS' || runner.os == 'Linux'
3737
run: |
38-
pyinstaller --add-data="dict;dict" --add-data="log;log" --add-data="header.config;." --add-data="LICENSE;." Hunting-Rabbit-DirScanner.py
38+
pyinstaller --add-data='dict;dict' --add-data='log;log' --add-data='header.config;.' --add-data='LICENSE;.' Hunting-Rabbit-DirScanner.py
3939
4040
- name: Upload Artifact
4141
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)