Skip to content

Commit

Permalink
Appveyor windows build script name
Browse files Browse the repository at this point in the history
  • Loading branch information
kglovern committed Jun 14, 2023
1 parent 77559c0 commit 1bae9bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ for:
$PACKAGE_VERSION = node -e "console.log(require('./src/package.json').version)"
$PRODUCT_NAME = "gSender"
mkdir -Force -Path releases\windows
yarn build:windows-all
yarn build:windows
Get-ChildItem output
Copy-Item "output\*.exe" "releases\windows\${PACKAGE_NAME}-${PACKAGE_VERSION}-windows-x64.exe"
Get-ChildItem releases\windows
Expand Down Expand Up @@ -509,7 +509,7 @@ for:
$PACKAGE_VERSION = node -e "console.log(require('./src/package.json').version)"
$PRODUCT_NAME = "gSender"
mkdir -Force -Path releases\windows
yarn build:windows-all
yarn build:windows
Get-ChildItem output
Copy-Item "output\*.exe" "releases\windows\${PACKAGE_NAME}-${PACKAGE_VERSION}-windows-x86.exe"
Get-ChildItem releases\windows
Expand Down

0 comments on commit 1bae9bf

Please sign in to comment.