mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-17 05:43:51 +02:00
Electron arm64
This commit is contained in:
@@ -43,6 +43,9 @@ switch (process.platform) {
|
||||
platformName = 'linux';
|
||||
break;
|
||||
}
|
||||
if (process.arch === 'arm64') {
|
||||
platformName += '-arm64';
|
||||
}
|
||||
const postBuildPath = path.join(
|
||||
__dirname,
|
||||
`./../build/${platformName}-unpacked/resources/app.asar.unpacked/node_modules/node-api-dotnet/init.js`
|
||||
|
||||
Reference in New Issue
Block a user