Skip to content

Commit ed733ca

Browse files
author
ottendorfcipher
committed
Release v1.0.5 - Cross-platform Electron builds ready
- Updated version to 1.0.5 in package.json - Verified successful builds for all platforms: - macOS (Intel and ARM64) - Windows (x64) - Linux (tarball and Debian package) - All distribution files generated successfully
1 parent 669aee9 commit ed733ca

File tree

2 files changed

+30
-17
lines changed

2 files changed

+30
-17
lines changed

package-lock.json

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "simple-invoice",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"description": "A modern invoice application built with Next.js and Electron",
55
"author": {
66
"name": "Nicholas Weiner",
@@ -98,7 +98,20 @@
9898
"node_modules/**/*",
9999
"package.json"
100100
],
101+
"extraFiles": [
102+
{
103+
"from": "invoice-data.json",
104+
"to": "invoice-data.json"
105+
}
106+
],
107+
"asarUnpack": [
108+
"node_modules/@img/**/*",
109+
"node_modules/sharp/**/*"
110+
],
101111
"npmRebuild": false,
112+
"nodeGypRebuild": false,
113+
"compression": "normal",
114+
"publish": null,
102115
"mac": {
103116
"category": "public.app-category.business",
104117
"target": [

0 commit comments

Comments
 (0)