修改项目名称
This commit is contained in:
@@ -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