🐛 Fixed theme and packaging issues

This commit is contained in:
2025-06-21 15:33:50 +08:00
parent 1153c0a652
commit a92e5486b2
8 changed files with 23 additions and 11 deletions

View File

@@ -6,7 +6,7 @@
<key>CFBundleName</key>
<string>Voidraft</string>
<key>CFBundleExecutable</key>
<string></string>
<string>Voidraft</string>
<key>CFBundleIdentifier</key>
<string>landaiqing</string>
<key>CFBundleVersion</key>

View File

@@ -6,7 +6,7 @@
<key>CFBundleName</key>
<string>Voidraft</string>
<key>CFBundleExecutable</key>
<string></string>
<string>Voidraft</string>
<key>CFBundleIdentifier</key>
<string>landaiqing</string>
<key>CFBundleVersion</key>

View File

@@ -3,7 +3,7 @@
#
# The lines below are called `modelines`. See `:help modeline`
name: ""
name: "Voidraft"
arch: ${GOARCH}
platform: "linux"
version: "0.0.1.0"
@@ -17,12 +17,12 @@ license: "MIT"
release: "1"
contents:
- src: "./bin/"
dst: "/usr/local/bin/"
- src: "./bin/Voidraft"
dst: "/usr/local/bin/Voidraft"
- src: "./build/appicon.png"
dst: "/usr/share/icons/hicolor/128x128/apps/.png"
- src: "./build/linux/.desktop"
dst: "/usr/share/applications/.desktop"
dst: "/usr/share/icons/hicolor/128x128/apps/Voidraft.png"
- src: "./build/linux/Voidraft.desktop"
dst: "/usr/share/applications/Voidraft.desktop"
depends:
- gtk3

View File

@@ -5,7 +5,7 @@
!include "FileFunc.nsh"
!ifndef INFO_PROJECTNAME
!define INFO_PROJECTNAME ""
!define INFO_PROJECTNAME "Voidraft"
!endif
!ifndef INFO_COMPANYNAME
!define INFO_COMPANYNAME "Voidraft"