Skip to content

Commit

Permalink
Build on beta push
Browse files Browse the repository at this point in the history
  • Loading branch information
kglovern committed Jul 15, 2022
1 parent 3c1e8be commit 147a911
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
11 changes: 6 additions & 5 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,15 @@ version: "{build}-{branch}"
branches:
only:
- master
- beta
- /v\d+\.\d+\.\d+/

environment:
matrix:
- job_name: Linux build (arm)
appveyor_build_worker_image: Ubuntu2004
nodejs_version: "14"
ARCH: arm
#- job_name: Linux build (arm)
# appveyor_build_worker_image: Ubuntu2004
# nodejs_version: "14"
# ARCH: arm
- job_name: Windows build (x86)
appveyor_build_worker_image: Visual Studio 2019
nodejs_version: "14"
Expand Down Expand Up @@ -388,7 +389,7 @@ for:
PACKAGE_NAME=`node -e "console.log(require('./src/package.json').name)"`
PACKAGE_VERSION=`node -e "console.log(require('./src/package.json').version)"`
PRODUCT_NAME=gSender
yarn build:macos-arm64npm
yarn build:macos-arm64npm
ls -al output output/*
mkdir -p releases/macos
cp -af "output/${PRODUCT_NAME}-${PACKAGE_VERSION}.dmg" "releases/macos/${PACKAGE_NAME}-${PACKAGE_VERSION}-macos.arm64npm .dmg"
Expand Down
1 change: 0 additions & 1 deletion src/app/widgets/JogControl/components/TaskbarButton.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ const TaskbarButton = styled.button`
white-space: nowrap;
touch-action: manipulation;
cursor: pointer;
user-select: none;
background-image: none;
background-color: inherit;
Expand Down

0 comments on commit 147a911

Please sign in to comment.