Skip to content

Commit

Permalink
Possible fix for #94
Browse files Browse the repository at this point in the history
Did the same thing for my LD27, so there's a good chance this would work. josefnpat/LD27@b6ac91e
  • Loading branch information
josefnpat committed Sep 19, 2013
1 parent 8597e48 commit b3ea6a4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
src/lib/loveframes/
src/lib/lf
src/git.lua
._temp.love
._temp.love
2 changes: 1 addition & 1 deletion setup.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

LF=src/lib/loveframes
LF=src/lib/lf
git clone --depth 1 https://github.com/NikolaiResokav/LoveFrames.git $LF
cd $LF
git checkout a095495209baa385145a7eb8a730a9ae163ac6d1 # 0.9.6.1 Alpha
Expand Down
2 changes: 1 addition & 1 deletion src/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pcall(require, "git");
require("lib/json/json")
async = require("core/async") -- this needs to be required before "socket.http"

require('lib/loveframes')
require('lib/lf')
loveframes.config["ACTIVESKIN"] = "Gray"

http = require("socket.http")
Expand Down

0 comments on commit b3ea6a4

Please sign in to comment.