Skip to content

Commit

Permalink
パッチ当てないようにしてみる
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiroshiba committed Sep 9, 2024
1 parent 456d1d8 commit fbb40d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"electron:serve": "cross-env VITE_TARGET=electron vite",
"browser:serve": "cross-env VITE_TARGET=browser vite",
"browser:build": "cross-env VITE_TARGET=browser vite build",
"postinstall": "electron-builder install-app-deps && node build/download7z.js && patch-package",
"postinstall": "electron-builder install-app-deps && node build/download7z.js",
"postuninstall": "electron-builder install-app-deps",
"license:generate": "node build/generateLicenses.js",
"license:merge": "node build/mergeLicenses.js",
Expand Down

0 comments on commit fbb40d2

Please sign in to comment.