Move files around

This commit is contained in:
Natsumi
2025-09-30 12:26:19 +13:00
parent d1b961aaf2
commit cc89d5d8c9
31 changed files with 83 additions and 107 deletions
+3 -3
View File
@@ -74,11 +74,11 @@
"build": {
"appId": "app.vrcx",
"productName": "VRCX",
"icon": "VRCX.png",
"icon": "images/VRCX.png",
"files": [
"build/html/**/*",
"src-electron/*",
"VRCX.png",
"images/VRCX.png",
"images/tray.png",
"Version",
"src-electron/libs/linux/libopenvr_api.so"
@@ -93,7 +93,7 @@
],
"extraResources": [
{
"from": "VRCX.png",
"from": "images/VRCX.png",
"to": "VRCX.png"
},
{