From 35e81c1822e30fc41bf2299b26ac66aae3aa887f Mon Sep 17 00:00:00 2001 From: shaked6540 Date: Tue, 12 Mar 2024 04:08:25 +0200 Subject: [PATCH] Fixed setup --- YPDSetup/YPDSetup.iss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/YPDSetup/YPDSetup.iss b/YPDSetup/YPDSetup.iss index 641aac8..f31e92f 100644 --- a/YPDSetup/YPDSetup.iss +++ b/YPDSetup/YPDSetup.iss @@ -16,7 +16,6 @@ AppUpdatesURL=https://github.com/shaked6540/YoutubePlaylistDownloader DefaultDirName={commonpf}\YouTube Playlist Downloader DefaultGroupName=YouTube Playlist Downloader AllowNoIcons=yes -LicenseFile=..\YoutubePlaylistDownloader\bin\Release\License.txt OutputDir=D:\Inno output\1.9.24 OutputBaseFilename=YoutubePlaylistDownloader SetupIconFile=..\YoutubePlaylistDownloader\finalIcon.ico @@ -32,7 +31,7 @@ Name: "hebrew"; MessagesFile: "compiler:Languages\Hebrew.isl" Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; [Files] -Source: "..\YoutubePlaylistDownloader\bin\Release\net8.0-windows7.0\*"; DestDir: "{app}"; Flags: ignoreversion +Source: "..\YoutubePlaylistDownloader\bin\Release\net8.0-windows\*"; DestDir: "{app}"; Flags: ignoreversion Source: "C:\bin\bin32\ffmpeg.exe"; DestDir: "{app}"; Flags: ignoreversion ; NOTE: Don't use "Flags: ignoreversion" on any shared system files