diff --git a/Makefile b/Makefile index 2ead078d..6be3202f 100644 --- a/Makefile +++ b/Makefile @@ -44,7 +44,7 @@ innoinstall: powershell build\installer.exe /verysilent /allusers /dir=build\iscc inno: - powershell build\iscc\iscc.exe scripts\windows-setup-creator.iss + powershell .\build\iscc\iscc.exe scripts\windows-setup-creator.iss choco: powershell cp dist\${VERSION}\spotube-${VERSION}+${VERSION}-windows-setup.exe choco-struct\tools diff --git a/macos/packaging/dmg/make_config.yaml b/macos/packaging/dmg/make_config.yaml index 09b17d68..8292ede1 100644 --- a/macos/packaging/dmg/make_config.yaml +++ b/macos/packaging/dmg/make_config.yaml @@ -8,4 +8,4 @@ contents: - x: 192 y: 344 type: file - path: build/macos/Build/Products/Release/spotube.app + path: spotube.app