Commit Graph

64 Commits

Author SHA1 Message Date
Paul Liverman III
7f711cbf17 now we're using semantic versioning :P 2015-12-13 18:49:22 -08:00
Paul Liverman III
e02eed05f5 Merge branch 'master' of github.com:Guard13007/LovePackaging 2015-12-13 18:46:17 -08:00
Paul Liverman III
d05fb987b5 wtf did I do wrong? 2015-12-13 18:46:03 -08:00
Fox
9119d33cf8 Update README.md 2015-12-08 14:20:44 -08:00
Paul Liverman
7fb69f0bd8 removed outdated comments in build-config.sh 2015-08-24 01:25:04 -07:00
Paul Liverman
ec789d33ea prefixed things with "build-" 2015-08-23 18:36:42 -07:00
Paul Liverman III
832eef9bea fixed #27 (latest builds folder) 2015-05-01 15:39:53 -07:00
Paul Liverman III
1eed64c421 Merge branch 'test-custom-version' of github.com:Guard13007/LovePackaging 2015-05-01 15:04:51 -07:00
Paul Liverman III
d0396ffaef fix #25 (empty includes crash) 2015-05-01 15:03:12 -07:00
Paul Liverman III
be3085089d fix #23 tmp deleted after use 2015-05-01 14:46:02 -07:00
Paul Liverman
7649e32efc build updated to use custom love versions
#29
2015-04-30 14:15:25 -07:00
Paul Liverman
81b9be7899 Update config.sh
May break because of dashes used next to variables. I don't remember if that works.
2015-04-30 14:07:58 -07:00
Paul Liverman
8932240591 fix #22 (delete ZIP files after extraction)
Else they just waste space.
2015-04-30 13:56:27 -07:00
Paul Liverman
a54dd3fc58 added support for customizing Mac icons 2015-02-09 11:17:25 -08:00
Paul Liverman
2370c406eb added capability to use custom exes
This is so you can modify their info/icons using something like Resource
Hacker
2015-02-09 10:54:28 -08:00
Paul Liverman
b801495dc7 Update .gitignore 2015-02-06 23:13:26 -08:00
Paul Liverman
9d3004ed0a Update LICENSE 2015-01-16 17:25:30 -08:00
Paul Liverman
64440632ae Update Info.plist-maker.sh 2014-12-30 22:55:21 -08:00
Paul Liverman
8e416b9e26 fix Info.plist gen gone wrong directory 2014-12-29 22:13:14 -08:00
Paul Liverman
a5de346871 Delete Info.plist 2014-12-29 22:06:44 -08:00
Paul Liverman
0c047b0f37 Update README.md 2014-12-29 22:06:24 -08:00
Paul Liverman
05785c235e hotfix stupid errors, remove custom config option cause broken utterly 2014-12-29 22:05:56 -08:00
Paul Liverman
b9a53a4afb output fix on zip/unzip checking 2014-12-29 21:33:50 -08:00
Paul Liverman
b54ec59fe0 ready to release the next version now 2014-12-29 21:29:36 -08:00
Paul Liverman
5d653cabd5 close #8 custom config (kinda shitty) 2014-12-29 21:23:34 -08:00
Paul Liverman
75f1261284 fix #14 autoNumberBuilds added 2014-12-29 21:06:50 -08:00
Paul Liverman
e9869267b7 Update config.sh 2014-12-29 21:06:24 -08:00
Paul Liverman
7f6819e4a7 Update build, NEW STUFF IS COOL LIKE
- #2 zip/unzip checks added, fuck wget checking
- #4 decided to let ReadMe info handle this for me
- #5 Info.plist generated by script!
- #11 separate .app directories for packages
2014-12-29 20:53:13 -08:00
Paul Liverman
1479f95ba5 Update config.sh 2014-12-29 20:36:56 -08:00
Paul Liverman
c0a37208b9 Update config.sh 2014-12-29 19:57:23 -08:00
Paul Liverman
0684a97d88 Create Info.plist-maker.sh 2014-12-29 19:57:07 -08:00
Paul Liverman
7bc2458f3e Update config.sh 2014-12-29 19:39:58 -08:00
6b468e27bf updated readme 2014-11-27 10:27:20 -08:00
Paul Liverman
5ed84486d4 Added a fortune to the building process 2014-11-25 19:44:33 -08:00
Paul Liverman
fcbe9287aa Update README.md 2014-11-25 18:51:39 -08:00
Guard13007
44d7237d6b more stuffs changed 2014-11-20 13:12:35 -08:00
Guard13007
d04611a764 added wget/curl switch 2014-11-20 13:06:38 -08:00
Guard13007
a2cd38d747 improved output 2014-11-20 12:48:33 -08:00
Guard13007
d94284e5e7 added more output..yes..that makes sense 2014-11-20 12:44:16 -08:00
Guard13007
4aabdff651 fixed Mac crap extraction 2014-11-20 12:41:00 -08:00
Guard13007
cd7a4a5646 updated readme 2014-11-20 12:36:06 -08:00
Paul Liverman
481628de5d Quiet zipping/unzipping 2014-11-20 12:33:01 -08:00
Paul Liverman
ab08e64e46 Rename config.txt to config.sh 2014-11-20 12:21:33 -08:00
Paul Liverman
e37edbd5fc Update build
Mac packages are named $packageName.app instead of love.app
Spaces are allowed in paths / filenames now
config.txt changed to config.sh
2014-11-20 12:21:14 -08:00
Paul Liverman
53aac0733e Update build
better error handling (exiting instead of attempting to continue)
ZIP files created won't have extra crap in them (however I might need to
 add `-x "*.DS_Store" -x "__MACOSX"` to actually get rid of Mac crap
 entirely, that remains to be understood by me)
2014-11-20 12:07:17 -08:00
Guard13007
a5b032f55b linux builds, prettier output, includes changed 2014-11-20 00:54:02 -08:00
Guard13007
fe5061b9f3 fixed? 2014-11-20 00:33:34 -08:00
Guard13007
5f06fc4aa9 should be fixed now 2014-11-20 00:23:56 -08:00
Guard13007
4a455441a8 why the fuck does build keep saying it is a new file 2014-11-19 23:59:19 -08:00
Guard13007
f8d0c25e3f fixed config + gitignore 2014-11-19 23:07:38 -08:00