Skip to content

Commit 03f2183

Browse files
committed
Fix snap 2
1 parent ccf9d89 commit 03f2183

5 files changed

Lines changed: 16 additions & 2 deletions

File tree

electron-builder.yml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,34 +10,48 @@ files:
1010
- '!{.env,.env.*,.npmrc,pnpm-lock.yaml}'
1111
asarUnpack:
1212
- resources/**
13+
1314
win:
1415
executableName: Textonom
16+
icon: ./resources/win/icon.ico
17+
target:
18+
- nsis
19+
1520
nsis:
1621
artifactName: ${name}-${version}-setup.${ext}
1722
shortcutName: ${productName}
1823
uninstallDisplayName: ${productName}
1924
createDesktopShortcut: always
25+
2026
mac:
2127
entitlementsInherit: build/entitlements.mac.plist
28+
icon: ./resources/mac/icon.icns
2229
extendInfo:
2330
- NSCameraUsageDescription: Application requests access to the device's camera.
2431
- NSMicrophoneUsageDescription: Application requests access to the device's microphone.
2532
- NSDocumentsFolderUsageDescription: Application requests access to the user's Documents folder.
2633
- NSDownloadsFolderUsageDescription: Application requests access to the user's Downloads folder.
2734
notarize: false
35+
target:
36+
- dmg
2837
dmg:
2938
artifactName: ${name}-${version}.${ext}
39+
3040
linux:
41+
icon: ./resources/linux/icon.png
3142
target:
3243
- AppImage
3344
- deb
3445
- rpm
3546
maintainer: Netroforge
3647
category: Utility
3748
snap:
38-
publish: false
49+
confinement: strict
50+
publish:
51+
- provider: github
3952
appImage:
4053
artifactName: ${name}-${version}.${ext}
4154
npmRebuild: false
55+
4256
publish:
4357
provider: github

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "textonom",
3-
"version": "0.9.2",
3+
"version": "0.9.3",
44
"description": "A text editor that performs popular routine transformations of a text on your local machine",
55
"main": "./out/main/index.js",
66
"author": "Netroforge",

0 commit comments

Comments
 (0)