1
1
mirror of https://github.com/neosubhamoy/neodlp.git synced 2026-03-22 14:56:18 +05:30

refactor: copy neodlp-msghost on flatpak registration

This commit is contained in:
2026-02-26 21:47:48 +05:30
Verified
parent 3b234c766e
commit bc48391a70
2 changed files with 3 additions and 2 deletions

View File

@@ -1,8 +1,8 @@
{
"identifier": "com.neosubhamoy.neodlp",
"build": {
"beforeDevCommand": "npm run dev",
"beforeBuildCommand": "npm run build",
"beforeDevCommand": "cargo build --manifest-path=./src-tauri/msghost/Cargo.toml && npm run dev",
"beforeBuildCommand": "cargo build --release --manifest-path=./src-tauri/msghost/Cargo.toml && npm run build",
"devUrl": "http://localhost:1420",
"frontendDist": "../dist"
},