Skip to content

Commit

Permalink
3.19.3
Browse files Browse the repository at this point in the history
remove     <key>com.apple.security.cs.allow-dyld-environment-variables</key>
  • Loading branch information
MayGo committed Jul 8, 2021
1 parent e64f730 commit e2b6ae2
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 8 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@

| Operating System | Download |
| ----------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Windows (32 and 64-bit) | <a href='https://github.com/MayGo/tockler/releases/download/v3.19.3/tockler-3.19.3-windows.exe'><img alt='Get it on Windows' width="134px" src='https://github.com/MayGo/tockler/raw/master/badges/BadgeWindows.png'/></a> |
| macOS | <a href='https://github.com/MayGo/tockler/releases/download/v3.19.3/Tockler-3.19.3.dmg'><img alt='Get it on macOS' width="134px" src='https://github.com/MayGo/tockler/raw/master/badges/BadgeMacOS.png'/></a> |
| Linux | <a href='https://github.com/MayGo/tockler/releases/download/v3.19.3/Tockler-3.19.3.AppImage'><img alt='Get it on Linux' width="134px" src='https://github.com/MayGo/tockler/raw/master/badges/BadgeLinux.png'/></a> |
| Windows (32 and 64-bit) | <a href='https://github.com/MayGo/tockler/releases/download/v3.19.4/tockler-3.19.4-windows.exe'><img alt='Get it on Windows' width="134px" src='https://github.com/MayGo/tockler/raw/master/badges/BadgeWindows.png'/></a> |
| macOS | <a href='https://github.com/MayGo/tockler/releases/download/v3.19.4/Tockler-3.19.4.dmg'><img alt='Get it on macOS' width="134px" src='https://github.com/MayGo/tockler/raw/master/badges/BadgeMacOS.png'/></a> |
| Linux | <a href='https://github.com/MayGo/tockler/releases/download/v3.19.4/Tockler-3.19.4.AppImage'><img alt='Get it on Linux' width="134px" src='https://github.com/MayGo/tockler/raw/master/badges/BadgeLinux.png'/></a> |

# Feedback

Expand Down
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tockler",
"version": "3.19.3",
"version": "3.19.4",
"private": true,
"dependencies": {
"@analytics/google-analytics": "^0.5.3",
Expand Down
2 changes: 0 additions & 2 deletions electron/build/entitlements.mac.plist
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
<true/>
<key>com.apple.security.cs.allow-unsigned-executable-memory</key>
<true/>
<key>com.apple.security.cs.allow-dyld-environment-variables</key>
<true/>
<!-- https://github.com/electron-userland/electron-builder/issues/3940 -->
<key>com.apple.security.cs.disable-library-validation</key>
<true/>
Expand Down
1 change: 1 addition & 0 deletions electron/electron-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ mac:
gatekeeperAssess: false
entitlements: './build/entitlements.mac.plist'
entitlementsInherit: 'build/entitlements.mac.plist'
asarUnpack: '**/*.node'

win:
artifactName: ${name}-${version}-windows-${arch}.${ext}
Expand Down
2 changes: 1 addition & 1 deletion electron/package-lock.json

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

2 changes: 1 addition & 1 deletion electron/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tockler",
"version": "3.19.3",
"version": "3.19.4",
"description": "Automatically track applications usage and working time",
"author": "Maigo Erit <[email protected]>",
"license": "GPL-2.0",
Expand Down

0 comments on commit e2b6ae2

Please sign in to comment.