修改项目名称
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
[Desktop Entry]
|
||||
Version=1.0
|
||||
Name=My Product
|
||||
Comment=My Product Description
|
||||
Name=wails3-nuxt4
|
||||
Comment=Wails3 + Nuxt4 Desktop Application
|
||||
# The Exec line includes %u to pass the URL to the application
|
||||
Exec=/usr/local/bin/wails3-nuxt.exe %u
|
||||
Exec=/usr/local/bin/wails3-nuxt4 %u
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Icon=wails3-nuxt.exe
|
||||
Icon=wails3-nuxt4
|
||||
Categories=Utility;
|
||||
StartupWMClass=wails3-nuxt.exe
|
||||
StartupWMClass=wails3-nuxt4
|
||||
|
||||
|
||||
|
||||
@@ -3,26 +3,26 @@
|
||||
#
|
||||
# The lines below are called `modelines`. See `:help modeline`
|
||||
|
||||
name: "wails3-nuxt.exe"
|
||||
name: "wails3-nuxt4"
|
||||
arch: ${GOARCH}
|
||||
platform: "linux"
|
||||
version: "0.1.0"
|
||||
version: "0.0.1"
|
||||
section: "default"
|
||||
priority: "extra"
|
||||
maintainer: ${GIT_COMMITTER_NAME} <${GIT_COMMITTER_EMAIL}>
|
||||
description: "My Product Description"
|
||||
vendor: "My Company"
|
||||
description: "Wails3 + Nuxt4 Desktop Application"
|
||||
vendor: "wails3-nuxt4"
|
||||
homepage: "https://wails.io"
|
||||
license: "MIT"
|
||||
release: "1"
|
||||
|
||||
contents:
|
||||
- src: "./bin/wails3-nuxt.exe"
|
||||
dst: "/usr/local/bin/wails3-nuxt.exe"
|
||||
- src: "./bin/wails3-nuxt4"
|
||||
dst: "/usr/local/bin/wails3-nuxt4"
|
||||
- src: "./build/appicon.png"
|
||||
dst: "/usr/share/icons/hicolor/128x128/apps/wails3-nuxt.exe.png"
|
||||
- src: "./build/linux/wails3-nuxt.exe.desktop"
|
||||
dst: "/usr/share/applications/wails3-nuxt.exe.desktop"
|
||||
dst: "/usr/share/icons/hicolor/128x128/apps/wails3-nuxt4.png"
|
||||
- src: "./build/linux/wails3-nuxt4.desktop"
|
||||
dst: "/usr/share/applications/wails3-nuxt4.desktop"
|
||||
|
||||
# Default dependencies for Debian 12/Ubuntu 22.04+ with WebKit 4.1
|
||||
depends:
|
||||
|
||||
Reference in New Issue
Block a user