mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-22 08:13:52 +02:00
Fix icon path
This commit is contained in:
@@ -92,10 +92,6 @@
|
||||
"src-electron/libs/linux/libopenvr_api.so"
|
||||
],
|
||||
"extraResources": [
|
||||
{
|
||||
"from": "images/VRCX.png",
|
||||
"to": "VRCX.png"
|
||||
},
|
||||
{
|
||||
"from": "build/Electron/",
|
||||
"to": "app.asar.unpacked/build/Electron/"
|
||||
@@ -129,7 +125,7 @@
|
||||
"target": [
|
||||
"AppImage"
|
||||
],
|
||||
"icon": "VRCX.png",
|
||||
"icon": "images/VRCX.png",
|
||||
"category": "Utility",
|
||||
"executableName": "vrcx",
|
||||
"desktop": {
|
||||
@@ -150,7 +146,7 @@
|
||||
"target": [
|
||||
"dmg"
|
||||
],
|
||||
"icon": "VRCX.png",
|
||||
"icon": "images/VRCX.png",
|
||||
"category": "public.app-category.utilities",
|
||||
"executableName": "VRCX"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user