mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-19 00:15:21 +01:00
Qt/QML edition
This commit is contained in:
commit
d7b361ba44
2168 changed files with 721948 additions and 0 deletions
7
dependencies/mountutils/scripts/prebuild-publish.bat
vendored
Normal file
7
dependencies/mountutils/scripts/prebuild-publish.bat
vendored
Normal file
|
@ -0,0 +1,7 @@
|
|||
@echo off
|
||||
|
||||
IF "%APPVEYOR_REPO_BRANCH%"=="master" (
|
||||
IF "%GITHUB_TOKEN%" NEQ "" (
|
||||
npm run prebuild-release -- -u %GITHUB_TOKEN%
|
||||
)
|
||||
)
|
5
dependencies/mountutils/scripts/prebuild-publish.sh
vendored
Normal file
5
dependencies/mountutils/scripts/prebuild-publish.sh
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
if [[ $GITHUB_TOKEN ]]; then
|
||||
npm run prebuild-release -- -u "$GITHUB_TOKEN"
|
||||
fi
|
Loading…
Add table
Add a link
Reference in a new issue