![]() |
|
[Release] .Bat Release creator. - Printable Version +- Dolphin, the GameCube and Wii emulator - Forums (https://forums.dolphin-emu.org) +-- Forum: Dolphin Emulator Discussion and Support (https://forums.dolphin-emu.org/Forum-dolphin-emulator-discussion-and-support) +--- Forum: Development Discussion (https://forums.dolphin-emu.org/Forum-development-discussion) +--- Thread: [Release] .Bat Release creator. (/Thread-release-bat-release-creator) Pages:
1
2
|
[Release] .Bat Release creator. - ThuGie - 05-26-2009 Hey guys, I was bored and noticed people releasing there own builds what is awesome, And it saves the dev team time .But to save some people some messing up, I created this. I hope this is the right place to release this ,But here's what it does, This simple .bat file will create a compressed version of the emu aka smaller size, Using upx, After that it will create 2 seperate .rar files, Normal Dolphin and Dolphin_upx, With in front of the name the rev number, Sample [3286]Dolphin.rar [3286]Dolphin_upx.rar What makes it alot more easy to release right .Code: @ECHO OFFNow ok make sure Your Revision Source directory is in, "C:\Dolphin\trunk\Source\" Now in "C:\Dolphin\" Create a directory called "Ready_Release" Aka "C:\Dolphin\Ready_Release\" Create a .bat file in there and place the code ,Now download upx latest version should work like a charm, And place the upx.exe next to the created .bat file, Now create 2 directory's Dolphin and Dolphin_upx, Compile your build and when finished run the .bat file .
RE: [Release] .Bat Release creator. - abfab126 - 05-26-2009 I got nothing to deal with devs or compilers , but this seems to me like a great Idea. Good work. RE: [Release] .Bat Release creator. - DacoTaco - 05-26-2009 i got a batch to make revs for me a loooooooooooooooooooooooooooooooooooooooooooooooooong time ago lol hell i think ive shared it with x some time ago i guess ill post my source tho XD EDIT: there. all the files(from the attached zip) should be located in your Binary folder and the 7z will have auto rev name + it'll be like i make my builds now (zip with in that a batch to extract the 7z incase the user doesn't have 7zip ) Code: Code: @echo offRE: [Release] .Bat Release creator. - ThuGie - 05-26-2009 Hehe, Yours is probably better then mine, I trown it together quite fast so ,But should be nice to see yours if its better then mine then i will use yours :p. RE: [Release] .Bat Release creator. - DacoTaco - 05-26-2009 (05-26-2009, 05:22 AM)ThuGie Wrote: Hehe,already did
RE: [Release] .Bat Release creator. - ThuGie - 05-26-2009 Ah yes i just noticed lol, When i read your message with "already did :p", I was checking your threads and was like i dont see it, Then i reread it and noticed you edited your post lol :p, And i like mine a bit better :$ sorry, But are you able to build x64 builds ? Since as you can read in my other posts i am unable to do so .
RE: [Release] .Bat Release creator. - DacoTaco - 05-26-2009 (05-26-2009, 05:32 AM)ThuGie Wrote: Ah yes i just noticed lol,yes i can :/ that batch can do both :/ im guessing no upx for 64bit? RE: [Release] .Bat Release creator. - ThuGie - 05-26-2009 Nah i mean really build, As in compile 64bit.. RE: [Release] .Bat Release creator. - DacoTaco - 05-26-2009 (05-26-2009, 05:38 AM)ThuGie Wrote: Nah i mean really build,oh :/ whats the problem? RE: [Release] .Bat Release creator. - abfab126 - 05-26-2009 Who has the Biggest One ?? Hmmm? LOOOOL |