Qt/QML edition

This commit is contained in:
Floris Bos 2020-03-04 16:55:40 +01:00
commit d7b361ba44
2168 changed files with 721948 additions and 0 deletions

View file

@ -0,0 +1,5 @@
#!/bin/bash
if [[ $GITHUB_TOKEN ]]; then
npm run prebuild-release -- -u "$GITHUB_TOKEN"
fi