diff --git a/hostd/CHANGELOG.md b/hostd/CHANGELOG.md index 3094ba3..e504ee3 100644 --- a/hostd/CHANGELOG.md +++ b/hostd/CHANGELOG.md @@ -1,79 +1 @@ # hostd - -## 0.5.0 - -### Minor Changes - -- ae9fd91: The daemon version has been updated to v1.0.4. - -## 0.4.2 - -### Patch Changes - -- Test the fixed auto updates. - -## 0.4.1 - -### Patch Changes - -- 003ffaa: Fix an issue with restarting after automatic updates. - -## 0.4.0 - -### Minor Changes - -- 67ae916: Added a footer with desktop and daemon version information. - -## 0.3.11 - -### Patch Changes - -- Test updater. - -## 0.3.10 - -### Patch Changes - -- 4c54e8d: Fixed an issue with the binary embedding. - -## 0.3.9 - -### Patch Changes - -- f55cb70: Fix an issue registering IPCs. - -## 0.3.8 - -### Patch Changes - -- 5783655: Fix an issue registering IPCs. - -## 0.3.7 - -### Patch Changes - -- 5fd7d0b: Fixed an issue with the renderer asset path. - -## 0.3.6 - -### Patch Changes - -- 1412a7c: Fixed an issue with the renderer asset path. - -## 0.3.5 - -### Patch Changes - -- Fix an issue with the dist path. - -## 0.3.4 - -### Patch Changes - -- Test auto update. - -## 0.3.3 - -### Patch Changes - -- Test auto updates. diff --git a/hostd/forge.config.js b/hostd/forge.config.js index 31c494f..d38ea9c 100644 --- a/hostd/forge.config.js +++ b/hostd/forge.config.js @@ -8,7 +8,7 @@ module.exports = { appleApiKeyId: process.env.APPLE_API_KEY, appleApiIssuer: process.env.APPLE_API_ISSUER, }, - extraResource: ['daemon/bin'], + extraResource: ['daemon/**'], icon: './assets/icons/icon', }, rebuildConfig: {}, diff --git a/hostd/package.json b/hostd/package.json index fd0d735..8c2b037 100644 --- a/hostd/package.json +++ b/hostd/package.json @@ -1,6 +1,6 @@ { "name": "hostd", - "version": "0.5.0", + "version": "0.5.1", "license": "MIT", "private": true, "description": "The hostd desktop app", diff --git a/renterd/CHANGELOG.md b/renterd/CHANGELOG.md index f1c1fe6..278dd3f 100644 --- a/renterd/CHANGELOG.md +++ b/renterd/CHANGELOG.md @@ -1,79 +1 @@ # renterd - -## 0.5.0 - -### Minor Changes - -- 893ac05: The daemon version has been updated to v1.0.6. - -## 0.4.2 - -### Patch Changes - -- Test the fixed auto updates. - -## 0.4.1 - -### Patch Changes - -- 003ffaa: Fix an issue with restarting after automatic updates. - -## 0.4.0 - -### Minor Changes - -- 67ae916: Added a footer with desktop and daemon version information. - -## 0.3.11 - -### Patch Changes - -- Test updater. - -## 0.3.10 - -### Patch Changes - -- 4c54e8d: Fixed an issue with the binary embedding. - -## 0.3.9 - -### Patch Changes - -- f55cb70: Fix an issue registering IPCs. - -## 0.3.8 - -### Patch Changes - -- 5783655: Fix an issue registering IPCs. - -## 0.3.7 - -### Patch Changes - -- 5fd7d0b: Fixed an issue with the renderer asset path. - -## 0.3.6 - -### Patch Changes - -- 1412a7c: Fixed an issue with the renderer asset path. - -## 0.3.5 - -### Patch Changes - -- Fix an issue with the dist path. - -## 0.3.4 - -### Patch Changes - -- Test auto update. - -## 0.3.3 - -### Patch Changes - -- Test auto updates. diff --git a/renterd/forge.config.js b/renterd/forge.config.js index e926f70..95ff66a 100644 --- a/renterd/forge.config.js +++ b/renterd/forge.config.js @@ -8,7 +8,7 @@ module.exports = { appleApiKeyId: process.env.APPLE_API_KEY, appleApiIssuer: process.env.APPLE_API_ISSUER, }, - extraResource: ['daemon'], + extraResource: ['daemon/**'], icon: './assets/icons/icon', }, rebuildConfig: {}, diff --git a/renterd/package.json b/renterd/package.json index bbbbbc2..0513edb 100644 --- a/renterd/package.json +++ b/renterd/package.json @@ -1,6 +1,6 @@ { "name": "renterd", - "version": "0.5.0", + "version": "0.5.1", "license": "MIT", "private": true, "description": "The renterd desktop app",