mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Add default config
This commit is contained in:
parent
ca3cd36887
commit
6945eb548f
1 changed files with 5 additions and 2 deletions
|
|
@ -1,5 +1,8 @@
|
|||
param([string]$config, [string]$solution)
|
||||
Write-Host "Current config is $config"
|
||||
param(
|
||||
[string]$config = "Release",
|
||||
[string]$solution
|
||||
)
|
||||
Write-Host "Config: $config"
|
||||
|
||||
function Build-Version {
|
||||
if ([string]::IsNullOrEmpty($env:APPVEYOR_BUILD_VERSION)) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue