mirror of
https://github.com/veden/Rampant.git
synced 2025-01-03 22:52:20 +02:00
updated build file
This commit is contained in:
parent
55f85b30e0
commit
06959adf38
4
make.rkt
4
make.rkt
@ -5,8 +5,8 @@
|
||||
|
||||
;(define modFolder "C:/Users/veden/AppData/Roaming/Factorio/mods/")
|
||||
;(define zipModFolder "C:/Program Files/Factorio_0.14.1/mods/")
|
||||
(define modFolder "/data/games/factorio13.20/mods/")
|
||||
(define zipModFolder "/data/games/factorio13.20/mods/")
|
||||
(define modFolder "/home/veden/.factorio/mods/")
|
||||
(define zipModFolder "/home/veden/.factorio/mods/")
|
||||
(define configuration (call-with-input-file "info.json"
|
||||
(lambda (port)
|
||||
(string->jsexpr (port->string port)))))
|
||||
|
Loading…
Reference in New Issue
Block a user