Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,7 @@ src/engine/plugins.inl
.shader_cache_dx11
scripts/itch_io/
!data/editor/scripts/plugins/
*.dmp
*.dmp
3rdparty

scripts/genie
Empty file added install_genie.bat
Empty file.
6 changes: 6 additions & 0 deletions install_genie.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/usr/bin/env bash
# Automatically installs genie from the official repository

SCRIPT_DIR=$(cd $(dirname "${BASH_SOURCE[0]}") && pwd)
wget -P scripts -N https://github.com/bkaradzic/bx/raw/master/tools/bin/linux/genie
chmod +x scripts/genie
2 changes: 1 addition & 1 deletion scripts/download_luau.bat
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ pushd %~dp0
git pull
)
popd
popd
popd
Binary file removed scripts/genie
Binary file not shown.
Loading