From 419da738f316f5d636cc55febf440988971afe00 Mon Sep 17 00:00:00 2001 From: Unknown Date: Sun, 6 Sep 2020 06:20:23 +0200 Subject: [PATCH] [skip travis] exe related --- make_win.bat | 2 +- win/icon/cloud.ico | Bin 0 -> 4286 bytes win/ver.txt | 45 +++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 46 insertions(+), 1 deletion(-) create mode 100644 win/icon/cloud.ico create mode 100644 win/ver.txt diff --git a/make_win.bat b/make_win.bat index c5caac08f..a63130f1e 100644 --- a/make_win.bat +++ b/make_win.bat @@ -1 +1 @@ -pyinstaller.exe youtube_dlc\__main__.py --onefile --name youtube-dlc \ No newline at end of file +pyinstaller.exe youtube_dlc\__main__.py --onefile --name youtube-dlc --version-file win\ver.txt --icon win\icon\cloud.ico \ No newline at end of file diff --git a/win/icon/cloud.ico b/win/icon/cloud.ico new file mode 100644 index 0000000000000000000000000000000000000000..6d742ce630a7196db65229f8878315016650f7a4 GIT binary patch literal 4286 zcmc(hU5J!b7{|}7jyYDa?TTF#?uv>E#S(-<8qG`=#uiLMW_BZV(T7BJqt=DWwnAVR z-gXhLFq9EN1zi+@H$?^tT67bXm=cxI$F?q|>FNL5_xzW$>x|60O3&~==lOn~^YOm# zgizA2zdtaBL){@P3L&f%qzY95{RGK2eotuvg<{s@9AyCi2X$pdb3RjFH`Z&uR}}zc zT_Ih+v7AyrtvM#ZL$(#twI7||wf|KKKp&m-Fjsz8yHC?=Ur??~3FkG_!!rV8-$E+J zQYN&!FZkqs4xw+z>vnDLKYgIfdvFYK5b{&Pg9xJO`#?{wpZDNiU7K2e2_Ffr504I8 z-UG4jY)iH+nGPPpW_aF;uD?|LJA&7Q zZIfVscoRPO5(Bxm&taEzj(c^&BZQYT-TO)BGfCp)GJ6BLMj=fdZEIJ5s`pfh{-JjT z>Ty>;O#I)PR|t^%ETpNU>pvznIRHFlTOnOOI`0=U5yv@r?>UQ3$TeoVe#hORB7R0c z6+bS}%LfAFJu0NjN84A+(RN^$_yaun9b+< zn`S4)|Ii=fyO```d6z{M`aX>;VBg@LoEnR2`FJYKkD&KZ0vApBDBC-2!C) zhsC@82nG@NW~Strw-iV|{+H|!28A_3MSwWp{EXqh6o_HJssiM9e<59YwC@9Q^O}#e z2%$%xQ*QRRksiJm{0=5>D}TpgbL~FyKM3Rij|dRoHukz*9`D77d>s3&_*DXgop^fB zfzGjais$}1{tfYv?S<5ObYI;4!vZv{3N3*HOnR`6Z> zP4?#mh#WJmJrS7V{9G=Qyi+(Pj0@B2qdO{W7x)hWUFn_`9-WPO9@f$)+%NDSb5r6M zYxX*s-M83lLgZ}syt+UqKK7l>%$c%2KY#GPE3?TP;`j?O{&Z`MUk%3CTpr_wp7odZ zS8C0X^7?wUtKQsGs?~>=^bfs$S7UhDvc}xuCG!`2w)9A4Y~Z!tv4KYK*vjtS(T!Ej zrOIfds}lE@7sN(SdELRiL-ks3EezdPt%uzsp}c!T=!wm+Je~;q;+ZW2@nSd}{{t*1 BA-Mnm literal 0 HcmV?d00001 diff --git a/win/ver.txt b/win/ver.txt new file mode 100644 index 000000000..0ad434400 --- /dev/null +++ b/win/ver.txt @@ -0,0 +1,45 @@ +# UTF-8 +# +# For more details about fixed file info 'ffi' see: +# http://msdn.microsoft.com/en-us/library/ms646997.aspx +VSVersionInfo( + ffi=FixedFileInfo( + # filevers and prodvers should be always a tuple with four items: (1, 2, 3, 4) + # Set not needed items to zero 0. + filevers=(6, 9, 2020, 0), + prodvers=(6, 9, 2020, 0), + # Contains a bitmask that specifies the valid bits 'flags'r + mask=0x3f, + # Contains a bitmask that specifies the Boolean attributes of the file. + flags=0x0, + # The operating system for which this file was designed. + # 0x4 - NT and there is no need to change it. + # OS=0x40004, + OS=0x4, + # The general type of file. + # 0x1 - the file is an application. + fileType=0x1, + # The function of the file. + # 0x0 - the function is not defined for this fileType + subtype=0x0, + # Creation date and time stamp. + date=(0, 0) + ), + kids=[ + StringFileInfo( + [ + StringTable( + u'040904B0', + [StringStruct(u'Comments', u'Youtube-dlc Command Line Interface.'), + StringStruct(u'CompanyName', u'theidel@uni-bremen.de'), + StringStruct(u'FileDescription', u'Media Downloader'), + StringStruct(u'FileVersion', u'6.9.2020.0'), + StringStruct(u'InternalName', u'youtube-dlc'), + StringStruct(u'LegalCopyright', u'theidel@uni-bremen.de | UNLICENSE'), + StringStruct(u'OriginalFilename', u'youtube-dlc.exe'), + StringStruct(u'ProductName', u'Youtube-dlc'), + StringStruct(u'ProductVersion', u'6.9.2020.0 | git.io/JUGsM')]) + ]), + VarFileInfo([VarStruct(u'Translation', [0, 1200])]) + ] +)