File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6767 },
6868 {
6969 "optionDest" : " datas" ,
70- "value" : " C:/Users/Ludo/Desktop/youtube-dl/ffmpeg-binaries;ffmpeg-binaries /"
70+ "value" : " C:/Users/Ludo/Desktop/youtube-dl/modules;modules /"
7171 },
7272 {
7373 "optionDest" : " datas" ,
74- "value" : " C:/Users/Ludo/Desktop/youtube-dl/modules;modules /"
74+ "value" : " C:/Users/Ludo/Desktop/youtube-dl/themes;themes /"
7575 },
7676 {
7777 "optionDest" : " datas" ,
78- "value" : " C:/Users/Ludo/Desktop/youtube-dl/themes;themes /"
78+ "value" : " C:/Users/Ludo/Desktop/youtube-dl/ffmpeg-binaries/ffmpeg.exe;ffmpeg-binaries /"
7979 }
8080 ],
8181 "nonPyinstallerOptions" : {
Original file line number Diff line number Diff line change 1- pyinstaller --onefile --noconfirm --windowed --icon "/Users/ludo/Documents/youtube-dl/config/icon.ico" --name "YouTube Downloader" --add-data "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/customtkinter: customtkinter /" --add-data "/Users/ludo/Documents/youtube-dl/ffmpeg-binaries: ffmpeg-binaries " --add-data "/Users/ludo/Documents/youtube-dl/modules: modules " --add-data "/Users/ludo/Documents/youtube-dl/themes: themes " main.pyw --clean
1+ pyinstaller --onefile --noconfirm --windowed --icon "/Users/ludo/Documents/youtube-dl/config/icon.ico" --name "YouTube Downloader" --add-data "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/customtkinter: customtkinter /" --add-data "/Users/ludo/Documents/youtube-dl/ffmpeg-binaries/ffmpeg : ffmpeg-binaries " --add-data "/Users/ludo/Documents/youtube-dl/modules: modules " --add-data "/Users/ludo/Documents/youtube-dl/themes: themes " main.pyw --clean
Original file line number Diff line number Diff line change 11VSVersionInfo(
22 ffi=FixedFileInfo(
3- filevers=(1, 1 , 0, 0),
4- prodvers=(1, 1 , 0, 0),
3+ filevers=(1, 2 , 0, 0),
4+ prodvers=(1, 2 , 0, 0),
55 mask=0x3f,
66 flags=0x0,
77 OS=0x40004,
@@ -15,11 +15,11 @@ VSVersionInfo(
1515 StringTable(
1616 '040904B0',
1717 [StringStruct('CompanyName', 'infinitel8p'),
18- StringStruct('FileVersion', '1.1 .0.0'),
18+ StringStruct('FileVersion', '1.2 .0.0'),
1919 StringStruct('InternalName', 'YouTube Downloader'),
2020 StringStruct('OriginalFilename', 'YouTube Downloader.exe'),
2121 StringStruct('ProductName', 'YouTube Downloader'),
22- StringStruct('ProductVersion', '1.1 .0.0'),
22+ StringStruct('ProductVersion', '1.2 .0.0'),
2323 StringStruct('FileDescription', 'Simple youtube downloader with gui. More info at https://github.com/infinitel8p/youtube-dl')]
2424
2525 )
You can’t perform that action at this time.
0 commit comments