Skip to content

Commit

Permalink
wip: fix paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed Oct 22, 2024
1 parent 8d90870 commit 47e5e37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
"**/node_modules/@img/**/*"
],
"directories": {
"buildResources": "assets/",
"buildResources": "resources/",
"output": "electron-output/"
}
}
Expand Down
2 changes: 1 addition & 1 deletion apps/tsr-bridge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
"**/node_modules/@img/**/*"
],
"directories": {
"buildResources": "assets/",
"buildResources": "resources/",
"output": "electron-output/"
}
}
Expand Down

0 comments on commit 47e5e37

Please sign in to comment.