1
0

contrib: rename some shell scripts to have ".sh" extension

The extension gives formatting hints to some editors. (especially if they support .editorconfig)
This commit is contained in:
SomberNight
2022-09-27 13:34:03 +00:00
parent f174b9164c
commit 1cecd2c6e8
11 changed files with 15 additions and 15 deletions

View File

@@ -177,7 +177,7 @@ task:
cpu: 2
memory: 2G
build_script:
- ./contrib/android/make_apk kivy arm64-v8a debug
- ./contrib/android/make_apk.sh kivy arm64-v8a debug
binaries_artifacts:
path: "dist/*"
@@ -190,7 +190,7 @@ task:
install_script:
- git fetch --all --tags
build_script:
- ./contrib/osx/make_osx
- ./contrib/osx/make_osx.sh
sum_script:
- ls -lah dist
- shasum -a 256 dist/*.dmg