Skip to content

Commit

Permalink
Renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
kglovern committed Dec 1, 2023
1 parent d3c0283 commit c4a2e80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml → _appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ for:
ls -al output output/*
mkdir -p releases/linux
cp -af "output/${PACKAGE_NAME}-${PACKAGE_VERSION}.i686.rpm" "releases/linux/${PACKAGE_NAME}-${PACKAGE_VERSION}-linux.i686.rpm"
cp -af "output/${PRODUCT_NAME}-${PACKAGE_VERSION}-i386.AppImage" "releases/linux/${PACKAGE_NAME}-${PACKAGE_VERSION}-linux-i386.AppImage"
cp -af "output/${PACKAGE_NAME}-${PACKAGE_VERSION}-i386.AppImage" "releases/linux/${PACKAGE_NAME}-${PACKAGE_VERSION}-linux-i386.AppImage"
cp -af "output/${PACKAGE_NAME}_${PACKAGE_VERSION}_i386.deb" "releases/linux/${PACKAGE_NAME}-${PACKAGE_VERSION}-linux-i386.deb"
pushd releases/linux
ln -sf ../../output/linux-ia32-unpacked "${PACKAGE_NAME}-${PACKAGE_VERSION}-linux-ia32"
Expand Down Expand Up @@ -360,7 +360,7 @@ for:
yarn build:macos-x64
ls -al output output/*
mkdir -p releases/macos
cp -af "output/${PACKAGE_NAME}-${PACKAGE_VERSION}.dmg" "releases/macos/gSender-${PACKAGE_VERSION}-Mac-Intel-64Bit.dmg"
cp -af "output/${PACKAGE_NAME}-${PACKAGE_VERSION}-x64.dmg" "releases/macos/gSender-${PACKAGE_VERSION}-Mac-Intel-64Bit.dmg"
ls -al releases/macos/*
if [[ "$CI_BRANCH" == "master" && -z "$CI_TAG" ]]; then
yarn github-release delete \
Expand Down

0 comments on commit c4a2e80

Please sign in to comment.