From 26652d37349318393d5b640696d90853e01b9f09 Mon Sep 17 00:00:00 2001 From: Kingkor Roy Tirtho Date: Wed, 27 Apr 2022 18:56:51 +0600 Subject: [PATCH] fixed macos dmg make_config wrong path --- Makefile | 2 +- macos/packaging/dmg/make_config.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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