mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-12 23:45:18 +00:00
fixed macos dmg make_config wrong path
This commit is contained in:
parent
afa02d11fa
commit
26652d3734
2
Makefile
2
Makefile
@ -44,7 +44,7 @@ innoinstall:
|
|||||||
powershell build\installer.exe /verysilent /allusers /dir=build\iscc
|
powershell build\installer.exe /verysilent /allusers /dir=build\iscc
|
||||||
|
|
||||||
inno:
|
inno:
|
||||||
powershell build\iscc\iscc.exe scripts\windows-setup-creator.iss
|
powershell .\build\iscc\iscc.exe scripts\windows-setup-creator.iss
|
||||||
|
|
||||||
choco:
|
choco:
|
||||||
powershell cp dist\${VERSION}\spotube-${VERSION}+${VERSION}-windows-setup.exe choco-struct\tools
|
powershell cp dist\${VERSION}\spotube-${VERSION}+${VERSION}-windows-setup.exe choco-struct\tools
|
||||||
|
@ -8,4 +8,4 @@ contents:
|
|||||||
- x: 192
|
- x: 192
|
||||||
y: 344
|
y: 344
|
||||||
type: file
|
type: file
|
||||||
path: build/macos/Build/Products/Release/spotube.app
|
path: spotube.app
|
||||||
|
Loading…
Reference in New Issue
Block a user