mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
add local buil script
This commit is contained in:
parent
ccb7e5270c
commit
cec3d986a7
1 changed files with 4 additions and 0 deletions
4
Deploy/local_build.ps1
Normal file
4
Deploy/local_build.ps1
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
New-Alias nuget.exe ".\packages\NuGet.CommandLine.*\tools\NuGet.exe"
|
||||
$env:APPVEYOR_BUILD_FOLDER = Convert-Path .
|
||||
$env:APPVEYOR_BUILD_VERSION = "1.2.0"
|
||||
& .\Deploy\squirrel_installer.ps1
|
||||
Loading…
Reference in a new issue