Skip to content

Commit df9ba40

Browse files
lacerbiclaude
andauthored
fix(build): add executableName for Linux builds (#71)
- Add executableName: 'athanor' to fix deb/rpm maker finding the binary - Bump version to 0.7.15 🤖 Generated with [Claude Code](https://claude.com/claude-code) Signed-off-by: lacerbi <luigi.acerbi@gmail.com> Co-authored-by: Claude <noreply@anthropic.com>
1 parent 4bf038b commit df9ba40

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

forge.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
module.exports = {
22
packagerConfig: {
33
name: 'Athanor',
4+
executableName: 'athanor',
45
asar: true,
56
prune: true,
67
icon: 'assets/athanor',

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "athanor",
3-
"version": "0.7.14",
3+
"version": "0.7.15",
44
"bugs": {
55
"url": "https://github.com/lacerbi/athanor/issues"
66
},

0 commit comments

Comments
 (0)