Skip to content

Commit

Permalink
Installer: Set version to "0.1.2-1"
Browse files Browse the repository at this point in the history
  • Loading branch information
ubruhin committed Jul 13, 2019
1 parent a98fa7f commit acdd94d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/build_installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ then
EXECUTABLE_EXT="exe"
fi
TARGET="$OS-$ARCH"
./dist/installer/update_metadata.sh "$TARGET" "0.1.1-1" # TODO: How to determine version number?
./dist/installer/update_metadata.sh "$TARGET" "0.1.2-1" # TODO: How to determine version number?
PACKAGES_DIR="./artifacts/installer_packages/$TARGET"
mkdir -p $PACKAGES_DIR/librepcb.stable.app/data/stable
cp -r ./dist/installer/output/packages/. $PACKAGES_DIR/
Expand Down

0 comments on commit acdd94d

Please sign in to comment.