Skip to content

Commit 68c8bbe

Browse files
committed
Fix icon path on windows
1 parent 45bb856 commit 68c8bbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Create_installer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
shell: bash
6464
run: |
6565
if [ "${{ runner.os }}" == "Windows" ]; then
66-
echo "ICON_PATH=EasyImagingApp\Gui\Resources\Logos\App.ico" >> $GITHUB_ENV
66+
echo "ICON_PATH=EasyImagingApp/Gui/Resources/Logos/App.ico" >> $GITHUB_ENV
6767
else
6868
echo "ICON_PATH=EasyImagingApp/Gui/Resources/Logos/App.icns" >> $GITHUB_ENV
6969
fi

0 commit comments

Comments
 (0)