bloatrunner/bundle.scm

14 lines
621 B
Scheme
Raw Normal View History

2024-05-21 12:48:43 +02:00
'((asset-directories . ("assets/images" "assets/levels"))
2024-05-21 21:45:48 +02:00
(binary-directories . ("/usr/bin"
"/gnu/store/b5fan2998bvhb0fgjn74syhskbnszn77-profile/sbin"
"/gnu/store/b5fan2998bvhb0fgjn74syhskbnszn77-profile/bin")
)
(library-directories . ("/usr/lib/"
"/home/pti/.guix-profile/lib/"
"/home/pti/.guix-home/profile/lib/"
"/gnu/store/b5fan2998bvhb0fgjn74syhskbnszn77-profile/lib/")
)
2024-05-21 12:48:43 +02:00
(bundle-name . "bloatrunner-0.1.0-x86_64")
2024-05-17 23:49:31 +02:00
(code . "game/main.scm")
2024-05-21 12:48:43 +02:00
(launcher-name . "bloatrunner"))