Skip to content

Commit

Permalink
fix(bld): correct options.app.exec assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushmanchhabra committed Nov 9, 2024
1 parent e6881b8 commit 9a212fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bld.js
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ const setLinuxConfig = async ({ app, outDir }) => {
NotShowIn: app.notShowIn,
DBusActivatable: app.dBusActivatable,
TryExec: app.tryExec,
Exec: app.name,
Exec: app.exec,
Path: app.path,
Terminal: app.terminal,
Actions: app.actions,
Expand Down

0 comments on commit 9a212fa

Please sign in to comment.