mirror of
https://github.com/4ian/GDevelop.git
synced 2025-10-15 10:19:04 +00:00
8 lines
233 B
Plaintext
Executable File
8 lines
233 B
Plaintext
Executable File
#Execute this file to launch the game
|
|
#If you can not launch it, make sure that this file
|
|
#as well as 'ExeLinux' have the right to be executed
|
|
#(Right click on file > Properties)
|
|
|
|
export LD_LIBRARY_PATH=.:$LD_LIBRARY_PATH
|
|
./ExeLinux
|