diff --git a/.gitignore b/.gitignore index 5e4cd8c..f652b45 100644 --- a/.gitignore +++ b/.gitignore @@ -297,7 +297,3 @@ __pycache__/ *.btm.cs *.odx.cs *.xsd.cs - -YoutubePlaylistDownloader/ffmpeg.exe -/Installer Output/ -/FFmpeg/ diff --git a/FFmpeg/.gitignore b/FFmpeg/.gitignore new file mode 100644 index 0000000..d5e7eac --- /dev/null +++ b/FFmpeg/.gitignore @@ -0,0 +1,4 @@ +# Ignore everything in this directory +* +# Except for this file +!.gitignore diff --git a/InstallerOutput/.gitignore b/InstallerOutput/.gitignore new file mode 100644 index 0000000..d5e7eac --- /dev/null +++ b/InstallerOutput/.gitignore @@ -0,0 +1,4 @@ +# Ignore everything in this directory +* +# Except for this file +!.gitignore diff --git a/YPDSetup/YPDSetup.iss b/YPDSetup/YPDSetup.iss index 6bec799..8bc4eff 100644 --- a/YPDSetup/YPDSetup.iss +++ b/YPDSetup/YPDSetup.iss @@ -16,7 +16,7 @@ AppUpdatesURL=https://github.com/shaked6540/YoutubePlaylistDownloader DefaultDirName={commonpf}\YouTube Playlist Downloader DefaultGroupName=YouTube Playlist Downloader AllowNoIcons=yes -OutputDir=..\Installer Output\1.9.26\ +OutputDir=..\InstallerOutput\1.9.26\ OutputBaseFilename=YoutubePlaylistDownloader SetupIconFile=..\YoutubePlaylistDownloader\finalIcon.ico Compression=lzma @@ -33,7 +33,6 @@ Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{ [Files] Source: "..\YoutubePlaylistDownloader\bin\Release\net8.0-windows\*"; DestDir: "{app}"; Flags: ignoreversion -Source: "..\FFmpeg\ffmpeg.exe"; DestDir: "{app}"; Flags: ignoreversion ; NOTE: Don't use "Flags: ignoreversion" on any shared system files diff --git a/YoutubePlaylistDownloader/YoutubePlaylistDownloader.csproj b/YoutubePlaylistDownloader/YoutubePlaylistDownloader.csproj index 8273788..c4f0d85 100644 --- a/YoutubePlaylistDownloader/YoutubePlaylistDownloader.csproj +++ b/YoutubePlaylistDownloader/YoutubePlaylistDownloader.csproj @@ -93,4 +93,7 @@ Settings.Designer.cs + + + \ No newline at end of file