Skip to content

Commit 63b1072

Browse files
committed
Flatpak: modify path in .desktop
1 parent 1864a7b commit 63b1072

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Package/io.github.KangLin.RabbitRemoteControl.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,10 @@
252252
"build-options": {
253253
"env": {
254254
}
255-
}
255+
},
256+
"post-install": [
257+
"sed -i 's|Path=/app/bin|Path=/bin|' /app/share/applications/io.github.KangLin.RabbitRemoteControl.desktop"
258+
]
256259
}
257260
]
258261
}

0 commit comments

Comments
 (0)