Skip to content

Commit

Permalink
Merge pull request shaked6540#266 from cristianst85/installer-folder-…
Browse files Browse the repository at this point in the history
…layout

Updated the installer file to use relative paths within the parent folder.
  • Loading branch information
shaked6540 authored May 17, 2024
2 parents 81ed057 + edc1fcc commit 75417b2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -299,4 +299,5 @@ __pycache__/
*.xsd.cs

YoutubePlaylistDownloader/ffmpeg.exe
YoutubePlaylistDownloader/taglib-sharp.dll
/Installer Output/
/FFmpeg/
4 changes: 2 additions & 2 deletions YPDSetup/YPDSetup.iss
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ AppUpdatesURL=https://github.com/shaked6540/YoutubePlaylistDownloader
DefaultDirName={commonpf}\YouTube Playlist Downloader
DefaultGroupName=YouTube Playlist Downloader
AllowNoIcons=yes
OutputDir=D:\Inno output\1.9.24
OutputDir=..\Installer Output\1.9.24\
OutputBaseFilename=YoutubePlaylistDownloader
SetupIconFile=..\YoutubePlaylistDownloader\finalIcon.ico
Compression=lzma
Expand All @@ -32,7 +32,7 @@ Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{

[Files]
Source: "..\YoutubePlaylistDownloader\bin\Release\net8.0-windows\*"; DestDir: "{app}"; Flags: ignoreversion
Source: "C:\bin\bin32\ffmpeg.exe"; DestDir: "{app}"; Flags: ignoreversion
Source: "..\FFmpeg\ffmpeg.exe"; DestDir: "{app}"; Flags: ignoreversion

; NOTE: Don't use "Flags: ignoreversion" on any shared system files

Expand Down

0 comments on commit 75417b2

Please sign in to comment.