Skip to content

Commit

Permalink
fix: package daemon extra resources
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfreska committed May 14, 2024
1 parent 619a3e7 commit 8d4d979
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 160 deletions.
78 changes: 0 additions & 78 deletions hostd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion hostd/forge.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: {},
Expand Down
2 changes: 1 addition & 1 deletion hostd/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hostd",
"version": "0.5.0",
"version": "0.5.1",
"license": "MIT",
"private": true,
"description": "The hostd desktop app",
Expand Down
78 changes: 0 additions & 78 deletions renterd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion renterd/forge.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: {},
Expand Down
2 changes: 1 addition & 1 deletion renterd/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "renterd",
"version": "0.5.0",
"version": "0.5.1",
"license": "MIT",
"private": true,
"description": "The renterd desktop app",
Expand Down

0 comments on commit 8d4d979

Please sign in to comment.