mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-21 01:15:21 +01:00
Qt/QML edition
This commit is contained in:
commit
d7b361ba44
2168 changed files with 721948 additions and 0 deletions
9
dependencies/drivelist/ci/prebuild-publish.bat
vendored
Normal file
9
dependencies/drivelist/ci/prebuild-publish.bat
vendored
Normal file
|
@ -0,0 +1,9 @@
|
|||
@echo off
|
||||
|
||||
if %1 == 10 (
|
||||
if %APPVEYOR_REPO_BRANCH% == master (
|
||||
if %GITHUB_TOKEN% neq "" (
|
||||
npm run prebuild-release -- -u %GITHUB_TOKEN%
|
||||
)
|
||||
)
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue