From c0a296debb7928bb7f860f2957798f0c0eda9362 Mon Sep 17 00:00:00 2001 From: Kingkor Roy Tirtho Date: Tue, 26 Apr 2022 20:21:40 +0600 Subject: [PATCH] filename fixed in Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 60c01d15..2ead078d 100644 --- a/Makefile +++ b/Makefile @@ -47,7 +47,7 @@ inno: powershell build\iscc\iscc.exe scripts\windows-setup-creator.iss choco: - powershell cp dist\${VERSION}\spotube-${VERSION}-windows.exe choco-struct\tools + powershell cp dist\${VERSION}\spotube-${VERSION}+${VERSION}-windows-setup.exe choco-struct\tools powershell choco pack .\choco-struct\spotube.nuspec --outputdirectory dist\${VERSION}\ apk: