mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-08-03 14:30:15 +00:00
done note
This commit is contained in:
@@ -96,8 +96,8 @@ namespace ElectronNET.CLI.Commands
|
||||
|
||||
ProcessHelper.CmdExecute($"electron-packager . --platform=win32 --arch=x64 --out=\"{buildPath}\" --overwrite", tempPath);
|
||||
}
|
||||
|
||||
if(RuntimeInformation.IsOSPlatform(OSPlatform.OSX))
|
||||
|
||||
if (RuntimeInformation.IsOSPlatform(OSPlatform.OSX))
|
||||
{
|
||||
Console.WriteLine("Package Electron App for OSX...");
|
||||
|
||||
@@ -111,6 +111,8 @@ namespace ElectronNET.CLI.Commands
|
||||
ProcessHelper.CmdExecute($"electron-packager . --platform=linux --arch=x64 --out=\"{buildPath}\" --overwrite", tempPath);
|
||||
}
|
||||
|
||||
Console.WriteLine("... done");
|
||||
|
||||
return true;
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user