Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
lacymorrow committed Oct 26, 2023
1 parent 9abdc4f commit 02cb040
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
3 changes: 0 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,6 @@ jobs:
- run:
name: Build and Publish - mac
command: yarn build:mac
- run:
name: Build and Publish - linux:rpm
command: yarn build:rpm
- run:
name: ls dist
command: ls dist
Expand Down
7 changes: 1 addition & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"build:all": "electron-builder -mwl --ia32 --x64",
"build:mac": "electron-builder --macos --arm64 --x64",
"build:linux": "electron-builder --linux --ia32 --x64",
"build:windows": "electron-builder --win --x64",
"build:windows": "electron-builder --win --ia32 --x64",
"build:windows:appx": "electron-builder --win appx",
"build:windows:exe": "electron-builder -c electron-builder-windows.yaml --win",
"build:wl": "electron-builder -wl --ia32 --x64",
Expand Down Expand Up @@ -128,11 +128,6 @@
"artifactName": "${productName}-${version}-${arch}.${ext}",
"copyright": "Copyright © Lacy Morrow",
"publish": "github",
"rpm": {
"fpm": [
"--iteration=1.0.0"
]
},
"mac": {
"category": "public.app-category.utilities",
"darkModeSupport": true
Expand Down

0 comments on commit 02cb040

Please sign in to comment.