File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
src/app/widgets/JogControl/components Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -4,14 +4,15 @@ version: "{build}-{branch}"
44branches :
55 only :
66 - master
7+ - beta
78 - /v\d+\.\d+\.\d+/
89
910environment :
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"
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"
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments