From b10cbf41684c6c74be0a197d04fa6e6309d1c20a Mon Sep 17 00:00:00 2001 From: Tlntin Date: Sat, 18 Mar 2023 14:01:27 +0800 Subject: [PATCH] update pake-cli, fixup a bug --- script/build_with_pake_cli.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/build_with_pake_cli.ps1 b/script/build_with_pake_cli.ps1 index 4a0f961..773d5f4 100644 --- a/script/build_with_pake_cli.ps1 +++ b/script/build_with_pake_cli.ps1 @@ -27,7 +27,7 @@ Set-Location node_modules/pake-cli ${Params}="node cli.js $env:URL --name $env:NAME" # download icon -if ((($null -ne $env:URL) -and ($env:URL -ne ""))){ +if ((($null -ne $env:ICON) -and ($env:ICON -ne ""))){ if ($IsLinux) { curl -L "$env:ICON" -o icon.png ${Params}="${Params} --icon icon.png"