Skip to content

Commit

Permalink
Use proper binary path in RPM native manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
null-dev committed Apr 4, 2021
1 parent 95194e1 commit 9c37e2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .rpm/manifest-linux.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
],
"description": "Profile Switcher for Firefox",
"name": "ax.nd.profile_switcher_ff",
"path": "target/release/",
"path": "/usr/bin/ff-pswitch-connector",
"type": "stdio"
}

0 comments on commit 9c37e2a

Please sign in to comment.