mirror of
https://github.com/viarotel-org/escrcpy.git
synced 2024-11-15 03:07:41 +01:00
fix: 🐛 修复 linux 打包后图标丢失的问题
This commit is contained in:
parent
8b8d39197a
commit
217d82d03e
@ -6,9 +6,9 @@
|
|||||||
"output": "dist-release",
|
"output": "dist-release",
|
||||||
"buildResources": "electron/resources/build"
|
"buildResources": "electron/resources/build"
|
||||||
},
|
},
|
||||||
"icon": "logo",
|
|
||||||
"files": ["dist", "dist-electron"],
|
"files": ["dist", "dist-electron"],
|
||||||
"win": {
|
"win": {
|
||||||
|
"icon": "logo.ico",
|
||||||
"target": [
|
"target": [
|
||||||
{
|
{
|
||||||
"target": "nsis",
|
"target": "nsis",
|
||||||
@ -43,6 +43,7 @@
|
|||||||
"requestExecutionLevel": "user"
|
"requestExecutionLevel": "user"
|
||||||
},
|
},
|
||||||
"mac": {
|
"mac": {
|
||||||
|
"icon": "logo.icns",
|
||||||
"target": [
|
"target": [
|
||||||
{
|
{
|
||||||
"target": "dmg",
|
"target": "dmg",
|
||||||
@ -70,6 +71,7 @@
|
|||||||
"hardenedRuntime": false
|
"hardenedRuntime": false
|
||||||
},
|
},
|
||||||
"linux": {
|
"linux": {
|
||||||
|
"icon": "logo.icns",
|
||||||
"desktop": "logo",
|
"desktop": "logo",
|
||||||
"maintainer": "viarotel@qq.com",
|
"maintainer": "viarotel@qq.com",
|
||||||
"category": "Utility",
|
"category": "Utility",
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 5.0 KiB |
Binary file not shown.
Before Width: | Height: | Size: 254 B |
Binary file not shown.
Before Width: | Height: | Size: 15 KiB |
Binary file not shown.
Before Width: | Height: | Size: 710 B |
Binary file not shown.
Before Width: | Height: | Size: 46 KiB |
Binary file not shown.
Before Width: | Height: | Size: 1.8 KiB |
@ -1,8 +1,8 @@
|
|||||||
import { createI18n } from 'vue-i18n'
|
import { createI18n } from 'vue-i18n'
|
||||||
import messages from '@intlify/unplugin-vue-i18n/messages'
|
import messages from '@intlify/unplugin-vue-i18n/messages'
|
||||||
|
|
||||||
// const locale = window.electron?.process?.env?.LOCALE
|
const locale = window.electron?.process?.env?.LOCALE
|
||||||
const locale = 'en_US'
|
// const locale = 'en_US'
|
||||||
|
|
||||||
// console.log('locale', locale)
|
// console.log('locale', locale)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user