Skip to content

Commit

Permalink
more github build changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jdwright committed Feb 19, 2024
1 parent 71dffce commit ba77351
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, macos-latest]

steps:
- name: Check out Git repository
Expand Down
Binary file modified bun.lockb
Binary file not shown.
4 changes: 3 additions & 1 deletion electron-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,15 @@ nsis:
uninstallDisplayName: ${productName}
createDesktopShortcut: always
mac:
category: public.app-category.utilities
hardenedRuntime: true
gatekeeperAssess: false
entitlementsInherit: build/entitlements.mac.plist
extendInfo:
- NSCameraUsageDescription: Application requests access to the device's camera.
- NSMicrophoneUsageDescription: Application requests access to the device's microphone.
- NSDocumentsFolderUsageDescription: Application requests access to the user's Documents folder.
- NSDownloadsFolderUsageDescription: Application requests access to the user's Downloads folder.
notarize: false
dmg:
artifactName: ${name}-${version}.${ext}
linux:
Expand Down
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wavonium",
"version": "0.0.3",
"version": "0.0.5",
"description": "An Electron application with Svelte and TypeScript",
"main": "./out/main/index.js",
"author": "example.com",
Expand All @@ -18,13 +18,14 @@
"build:linux": "npm run build && electron-builder --linux --config"
},
"dependencies": {
"@electron-toolkit/preload": "^3.0.0",
"@electron-toolkit/utils": "^3.0.0",
"electron-updater": "^6.1.7",
"@aws-sdk/client-s3": "^3.45.0",
"@aws-sdk/client-transcribe": "^3.45.0",
"@aws-sdk/credential-provider-cognito-identity": "^3.45.0",
"@aws-sdk/s3-request-presigner": "^3.45.0",
"@electron-toolkit/preload": "^3.0.0",
"@electron-toolkit/utils": "^3.0.0",
"@electron/notarize": "^2.3.0",
"electron-updater": "^6.1.7",
"ldcjs": "github:Linguistic-Data-Consortium/ldcjs#v0.1.3"
},
"devDependencies": {
Expand Down

0 comments on commit ba77351

Please sign in to comment.