Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
kadirchan committed Nov 20, 2024
1 parent aa5e0fd commit ba9fd7b
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 13 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,6 @@ npm-debug.log.*
*.css.d.ts
*.sass.d.ts
*.scss.d.ts


.env
17 changes: 11 additions & 6 deletions assets/entitlements.mac.plist
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN"
"http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>com.apple.security.cs.allow-jit</key>
<true/>
</dict>
</plist>
<dict>
<key>com.apple.security.cs.allow-jit</key>
<true/>
<key>com.apple.security.cs.allow-unsigned-executable-memory</key>
<true/>
<key>com.apple.security.cs.disable-library-validation</key>
<true/>
</dict>
</plist>
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -176,17 +176,17 @@
},
"build": {
"productName": "DRM Mina Desktop Client",
"appId": "org.erb.DRMMinaDesktopClient",
"appId": "org.drmmina.DRM-Mina-Desktop-Client",
"asar": true,
"asarUnpack": "**\\*.{node,dll}",
"files": [
"dist",
"node_modules",
"package.json"
],
"afterSign": ".erb/scripts/notarize.js",
"mac": {
"sign": ".erb/scripts/notarize.js",
"notarize": false,
"notarize": true,
"target": {
"target": "default",
"arch": [
Expand Down
8 changes: 4 additions & 4 deletions release/app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions release/app/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "drm-mina-desktop-client",
"description": "DRM Mina Desktop Client",
"version": "1.0.0",
"license": "MIT",
"author": {
Expand Down

0 comments on commit ba9fd7b

Please sign in to comment.