Skip to content

Commit 147a911

Browse files
committed
Build on beta push
1 parent 3c1e8be commit 147a911

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

appveyor.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,15 @@ version: "{build}-{branch}"
44
branches:
55
only:
66
- master
7+
- beta
78
- /v\d+\.\d+\.\d+/
89

910
environment:
1011
matrix:
11-
- job_name: Linux build (arm)
12-
appveyor_build_worker_image: Ubuntu2004
13-
nodejs_version: "14"
14-
ARCH: arm
12+
#- job_name: Linux build (arm)
13+
# appveyor_build_worker_image: Ubuntu2004
14+
# nodejs_version: "14"
15+
# ARCH: arm
1516
- job_name: Windows build (x86)
1617
appveyor_build_worker_image: Visual Studio 2019
1718
nodejs_version: "14"
@@ -388,7 +389,7 @@ for:
388389
PACKAGE_NAME=`node -e "console.log(require('./src/package.json').name)"`
389390
PACKAGE_VERSION=`node -e "console.log(require('./src/package.json').version)"`
390391
PRODUCT_NAME=gSender
391-
yarn build:macos-arm64npm
392+
yarn build:macos-arm64npm
392393
ls -al output output/*
393394
mkdir -p releases/macos
394395
cp -af "output/${PRODUCT_NAME}-${PACKAGE_VERSION}.dmg" "releases/macos/${PACKAGE_NAME}-${PACKAGE_VERSION}-macos.arm64npm .dmg"

src/app/widgets/JogControl/components/TaskbarButton.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ const TaskbarButton = styled.button`
3434
white-space: nowrap;
3535
touch-action: manipulation;
3636
cursor: pointer;
37-
user-select: none;
3837
background-image: none;
3938
background-color: inherit;
4039

0 commit comments

Comments
 (0)