diff --git a/.DS_Store b/.DS_Store index cd7c7e5..7782bfc 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/build/icns.icns b/build/icns.icns new file mode 100644 index 0000000..20db015 Binary files /dev/null and b/build/icns.icns differ diff --git a/build/icon.icns b/build/icon.icns deleted file mode 100644 index 6feb5b4..0000000 Binary files a/build/icon.icns and /dev/null differ diff --git a/build/icon.png b/build/icon.png index d69f069..50d71da 100644 Binary files a/build/icon.png and b/build/icon.png differ diff --git a/electron-builder.yml b/electron-builder.yml index 74c4c0b..dc75159 100644 --- a/electron-builder.yml +++ b/electron-builder.yml @@ -12,6 +12,7 @@ files: asarUnpack: - resources/** win: + icon: build/icon.ico executableName: Annotree nsis: artifactName: ${name}-${version}-setup.${ext} @@ -19,6 +20,7 @@ nsis: uninstallDisplayName: ${productName} createDesktopShortcut: always mac: + icon: build/icon.icns entitlementsInherit: build/entitlements.mac.plist extendInfo: - NSCameraUsageDescription: Application requests access to the device's camera. diff --git a/package.json b/package.json index 9f1f498..e2cb9a3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Annotree", - "version": "0.1.2", + "version": "0.1.4", "description": "A tool designed to assist in generating annotated folder trees", "main": "./out/main/index.js", "author": "itchaox",