Skip to content

Commit

Permalink
Merge pull request #107 from swordensen/development
Browse files Browse the repository at this point in the history
disabling asar
  • Loading branch information
swordensen authored Feb 3, 2024
2 parents 68d6f21 + 8d3d315 commit 4e3f48b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/package-lock.json

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

4 changes: 2 additions & 2 deletions app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "scheduler",
"version": "0.0.28",
"version": "0.0.29",
"description": "Open source application for scheduling tasks (processes)",
"main": "dist/main",
"authors": "michael sorensen",
Expand Down Expand Up @@ -54,7 +54,7 @@
"config": {
"forge": {
"packagerConfig": {
"asar": true,
"asar": false,
"osxSign": {
"identity": "",
"hardened-runtime": true,
Expand Down

0 comments on commit 4e3f48b

Please sign in to comment.