This repository was archived by the owner on Jul 9, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 29
This repository was archived by the owner on Jul 9, 2025. It is now read-only.
Fails to build Windows and Mac releases #67
Copy link
Copy link
Open
Labels
Description
Windows:
$ ~/.luarocks/bin/love-release -W 64 -a murks -e [email protected] --uti "at.murks.wumpus" -t "Blind Wumpus World" -u "https://murks.itch.io/blind-wumpus-world" -d "A short Wumpus World game made during trijam #27" -p "blind-wumpus-world" -v 3 builds code
{
title = 'Blind Wumpus World',
package = 'blind-wumpus-world',
loveVersion = '11.0',
version = '3',
author = 'murks',
email = '[email protected]',
description = 'A short Wumpus World game made during trijam #27',
homepage = 'https://murks.itch.io/blind-wumpus-world',
identifier = 'at.murks.wumpus',
excludeFileList = { } ,
compile = false,
projectDirectory = '/home/murks/trijam/20190713/code',
releaseDirectory = '/home/murks/trijam/20190713/builds',
}
/usr/bin/lua5.3: ....luarocks/share/lua/5.3/love-release/scripts/windows.lua:40: HTTP/1.1 404 Not Found
stack traceback:
[C]: in function 'assert'
....luarocks/share/lua/5.3/love-release/scripts/windows.lua:40: in upvalue 'release'
....luarocks/share/lua/5.3/love-release/scripts/windows.lua:85: in function 'love-release.scripts.windows.script'
(...tail calls...)
...urks/.luarocks/share/lua/5.3/love-release/pipes/args.lua:109: in local 'args'
...uarocks/rocks-5.3/love-release/2.0.12-2/bin/love-release:11: in main chunk
[C]: in ?
Macintosh:
$ ~/.luarocks/bin/love-release -M -a murks -e [email protected] --uti "at.murks.wumpus" -t "Blind Wumpus World" -u "https://murks.itch.io/blind-wumpus-world" -d "A short Wumpus World game made during trijam #27" -p "blind-wumpus-world" -v 3 builds code
{
title = 'Blind Wumpus World',
package = 'blind-wumpus-world',
loveVersion = '11.0',
version = '3',
author = 'murks',
email = '[email protected]',
description = 'A short Wumpus World game made during trijam #27',
homepage = 'https://murks.itch.io/blind-wumpus-world',
identifier = 'at.murks.wumpus',
excludeFileList = { } ,
compile = false,
projectDirectory = '/home/murks/trijam/20190713/code',
releaseDirectory = '/home/murks/trijam/20190713/builds',
}
/usr/bin/lua5.3: /home/murks/.luarocks/share/lua/5.3/love-release/utils.lua:58: attempt to compare nil with number
stack traceback:
/home/murks/.luarocks/share/lua/5.3/love-release/utils.lua:58: in metamethod '__le'
.../.luarocks/share/lua/5.3/love-release/scripts/macosx.lua:31: in function 'love-release.scripts.macosx.script'
(...tail calls...)
...urks/.luarocks/share/lua/5.3/love-release/pipes/args.lua:98: in local 'args'
...uarocks/rocks-5.3/love-release/2.0.12-2/bin/love-release:11: in main chunk
[C]: in ?
Besides the documentation, doesn't mention a couple of things, that the description is required for DEB, --uti for MAC and how to actually use the conf.lua.
Reactions are currently unavailable