Skip to content

Commit

Permalink
Added package_build script
Browse files Browse the repository at this point in the history
  • Loading branch information
Shin-NiL committed Jun 29, 2020
1 parent b4eca94 commit 377b8f8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tools/package_build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!bin/bash

if [[ ! -e "releases" ]]; then
mkdir -p "releases"
fi

zip -j --must-match "releases/GodotSharePlugin-${1}.zip" ../config/GodotShare.gdap ../share-plugin/godotshare/build/outputs/aar/GodotShare.release.aar

0 comments on commit 377b8f8

Please sign in to comment.