Skip to content

Commit

Permalink
feat: publish v0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
1943time committed Sep 11, 2023
1 parent c71fe87 commit c41cff0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
9 changes: 2 additions & 7 deletions electron-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,22 +42,17 @@ mac:
target:
- target: dmg
arch:
# - x64
- x64
- arm64
linux:
target:
- AppImage
- deb
maintainer: electronjs.org
maintainer: bluemd.me
category: Utility
appImage:
npmRebuild: false
publish:
provider: github
owner: '1943time'
repo: 'bluestone'

protocols:
name: Bluestone Markdown
schemes:
- bluestone-markdown
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bluestone",
"version": "0.8.2",
"version": "0.8.3",
"description": "",
"main": "./out/main/index.js",
"license": "AGPL-3.0",
Expand Down Expand Up @@ -29,11 +29,9 @@
"electron-log": "^4.4.8",
"electron-store": "^8.1.0",
"electron-updater": "^5.3.0",
"form-data": "^4.0.0",
"got": "^11.8.6",
"mime-types": "^2.1.35",
"mkdirp": "^3.0.0",
"node-fetch": "^2.6.13",
"node-watch": "^0.7.4",
"shiki": "^0.14.1",
"upath": "^2.0.1"
Expand Down

0 comments on commit c41cff0

Please sign in to comment.