Skip to content

Commit

Permalink
fix: EcoPasteHub#744 修复tauri.linux.conf.json错误
Browse files Browse the repository at this point in the history
  • Loading branch information
witt-bit committed Nov 7, 2024
1 parent 11edf1e commit 44865fd
Showing 1 changed file with 12 additions and 21 deletions.
33 changes: 12 additions & 21 deletions src-tauri/tauri.linux.conf.json
Original file line number Diff line number Diff line change
@@ -1,27 +1,18 @@
{
"tauri": {
"bundle": {
"identifier": "com.ayangweb.EcoPaste",
"appimage": {
"bundleMediaFramework": true
"bundle": {
"identifier": "com.ayangweb.EcoPaste",
"appimage": {
"bundleMediaFramework": true
},
"linux": {
"deb": {
"depends": ["gstreamer1.0-plugins-good"],
"desktopTemplate": "./EcoPaste.desktop"
},
"linux": {
"deb": {
"depends": ["gstreamer1.0-plugins-good"],
"desktopTemplate": "./EcoPaste.desktop"
},
"rpm": {
"depends": ["gstreamer1-plugins-good"],
"desktopTemplate": "./EcoPaste.desktop"
}
"rpm": {
"depends": ["gstreamer1-plugins-good"],
"desktopTemplate": "./EcoPaste.desktop"
}
},
"targets": {
"linux": [
"x86_64-unknown-linux-gnu",
"armv7-unknown-linux-gnueabihf",
"aarch64-unknown-linux-gnu"
]
}
}
}

0 comments on commit 44865fd

Please sign in to comment.