Skip to content

Commit

Permalink
New script for copying .love game archive to Dropbox.
Browse files Browse the repository at this point in the history
  • Loading branch information
nagolove committed Dec 28, 2019
1 parent 71793d1 commit 538465e
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions pack_zip.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
#!/usr/bin/bash

apack game.zip alignedlabels.lua \
background.lua \
bhupur.lua \
common.lua \
conf.lua \
dbg.lua \
generator.lua \
geo.lua \
gfx \
help.lua \
ihelp.lua \
inspect.lua \
kons.lua \
libs \
main.lua \
menu.lua \
nback.lua \
pallete.lua \
pviewer.lua \
serpent.lua \
setupmenu.lua \
sfx \
signal.lua \
splash.lua

mv game.zip ~/Dropbox/nback/game.love

0 comments on commit 538465e

Please sign in to comment.