We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45bb856 commit 68c8bbeCopy full SHA for 68c8bbe
.github/workflows/Create_installer.yml
@@ -63,7 +63,7 @@ jobs:
63
shell: bash
64
run: |
65
if [ "${{ runner.os }}" == "Windows" ]; then
66
- echo "ICON_PATH=EasyImagingApp\Gui\Resources\Logos\App.ico" >> $GITHUB_ENV
+ echo "ICON_PATH=EasyImagingApp/Gui/Resources/Logos/App.ico" >> $GITHUB_ENV
67
else
68
echo "ICON_PATH=EasyImagingApp/Gui/Resources/Logos/App.icns" >> $GITHUB_ENV
69
fi
0 commit comments