Update build_electron.js

This commit is contained in:
JeanOUINA 2020-09-13 21:39:24 +02:00 committed by GitHub
parent 4049d782f0
commit c6bdc5ff10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -88,8 +88,8 @@ const Platforms = {
switch(process.platform){
case "win32":
/*supportedPlatforms.push(Platforms.win)
supportedPlatforms.push(Platforms.linux)*/
supportedPlatforms.push(Platforms.win)
supportedPlatforms.push(Platforms.linux)
if(existsSync(path.join(__dirname, "..", "lightcord-darwin-x64"))){
supportedPlatforms.push(Platforms.mac_experimental)
}