Search found 1 match

by JamesFlamingo
Sun Nov 27, 2011 7:18 pm
Forum: General
Topic: What software/methods do you use to edit/run your code?
Replies: 34
Views: 21204

Re: What software/methods do you use to edit/run your code?

I put the following command in Geany>Build>Set Build Commands>text box to the right of Execute

zip -r Working_Game.love *; love Working_Game.love

There should be a better way to do this with 'PWD' but i never got it to work. : :monocle: