This repository was archived by the owner on Aug 27, 2023. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ APP_MAKER_VERSION="0.9.1"
33current_version=$(<ReleaseAssets/app-maker-builder-version)
44if [ ! -f ReleaseAssets/app-maker-builder ] || [ ! "$APP_MAKER_VERSION" == "$current_version" ]; then
55 echo "Downloading $APP_MAKER_VERSION"
6+ rm ReleaseAssets/app-maker-builder
67 curl -o ReleaseAssets/app-maker-builder -Lo- "https://github.com/App-Maker-Software/AppMakerProfessional/releases/download/$APP_MAKER_VERSION/app-maker-builder"
78 chmod +x ReleaseAssets/app-maker-builder
89 echo $APP_MAKER_VERSION > ReleaseAssets/app-maker-builder-version
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ manifest =
4343 {
4444 name = " LuaSwiftBindings" ,
4545 productName = " LuaSwiftBindings" ,
46- revision = " 60a5ad37c0ddd7a3521be0f6b1ab5b2387e7f802 " , -- Lua 5.4.4 with suffixed exported symbols to avoid collisions with CoronaCard's embedded Lua interpreter.
46+ revision = " 4db2cd70167accd33a3b5d68b619b584ab080c70 " , -- Lua 5.4.4 with suffixed exported symbols to avoid collisions with CoronaCard's embedded Lua interpreter.
4747 url = " https://github.com/App-Maker-Software/LuaSwiftBindings.git" ,
4848 },
4949 },
You can’t perform that action at this time.
0 commit comments