diff --git a/.rpm/manifest-linux.json b/.rpm/manifest-linux.json deleted file mode 100644 index b1fc2e9..0000000 --- a/.rpm/manifest-linux.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "allowed_extensions": [ - "profile-switcher-ff@nd.ax" - ], - "description": "Profile Switcher for Firefox", - "name": "ax.nd.profile_switcher_ff", - "path": "/usr/bin/ff-pswitch-connector", - "type": "stdio" -} \ No newline at end of file diff --git a/Cargo.toml b/Cargo.toml index b960c22..72f42f0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -54,6 +54,6 @@ buildflags = ["--release"] firefox_profile_switcher_connector = { path = "/usr/bin/ff-pswitch-connector" } [package.metadata.rpm.files] -"manifest-linux.json" = { path = "/usr/lib/mozilla/native-messaging-hosts/ax.nd.profile_switcher_ff.json" } +"../manifest/manifest-linux.json" = { path = "/usr/lib/mozilla/native-messaging-hosts/ax.nd.profile_switcher_ff.json" } # TODO Strip once https://github.com/rust-lang/rust/issues/72110 is on stable \ No newline at end of file