mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-09-27 01:12:32 +00:00
Finished #1106
This commit is contained in:
@@ -553,6 +553,24 @@
|
||||
Category="General">
|
||||
</StringProperty>
|
||||
|
||||
<StringProperty Name="ElectronRootDir"
|
||||
DisplayName="Electron Root Directory"
|
||||
Description="Location of the Electron binary relative to the .NET application directory of a packaged app. Default: ../.. (the .NET app lives in resources/bin)"
|
||||
Category="General">
|
||||
</StringProperty>
|
||||
|
||||
<BoolProperty Name="ElectronSkipExecCommands"
|
||||
DisplayName="Skip npm/npx Commands"
|
||||
Description="If enabled, the npm and npx invocations of the Electron build and publish targets are skipped"
|
||||
Category="General">
|
||||
</BoolProperty>
|
||||
|
||||
<StringProperty Name="ElectronIntermediatePublishDir"
|
||||
DisplayName="Intermediate Publish Directory"
|
||||
Description="Overrides the intermediate publish directory used while packaging. Default: $(IntermediateOutputPath)PubTmp\"
|
||||
Category="General">
|
||||
</StringProperty>
|
||||
|
||||
<StringProperty Name="ElectronSplashScreen"
|
||||
DisplayName="Splash Screen Image"
|
||||
Description="Choose a PNG image to be shown as splash screen on startup"
|
||||
|
||||
Reference in New Issue
Block a user