Merge pull request #68 from Syngnat/dev

🐛 fix(workflows): 修复actions语法错误
This commit is contained in:
Syngnat
2026-02-04 17:18:54 +08:00
committed by GitHub
4 changed files with 9 additions and 9 deletions

View File

@@ -204,15 +204,15 @@ jobs:
cp "$TARGET" AppDir/usr/bin/gonavi
# Create desktop file
cat > AppDir/usr/share/applications/gonavi.desktop << 'EOF'
[Desktop Entry]
Name=GoNavi
Exec=gonavi
Icon=gonavi
Type=Application
Categories=Development;Database;
Comment=Database Management Tool
EOF
printf '%s\n' \
'[Desktop Entry]' \
'Name=GoNavi' \
'Exec=gonavi' \
'Icon=gonavi' \
'Type=Application' \
'Categories=Development;Database;' \
'Comment=Database Management Tool' \
> AppDir/usr/share/applications/gonavi.desktop
cp AppDir/usr/share/applications/gonavi.desktop AppDir/gonavi.desktop

0
frontend/wailsjs/runtime/package.json Executable file → Normal file
View File

0
frontend/wailsjs/runtime/runtime.d.ts vendored Executable file → Normal file
View File

0
frontend/wailsjs/runtime/runtime.js Executable file → Normal file
View File