Skip to content

Commit aba169e

Browse files
committed
Project defaults: Make RuntimeIdentifier overrideable
1 parent 90e2b44 commit aba169e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ElectronNET/build/ElectronNET.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<PropertyGroup Label="ElectronNetCommon">
55
<ElectronVersion>30.4.0</ElectronVersion>
66
<ElectronBuilderVersion>26.0</ElectronBuilderVersion>
7-
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
7+
<RuntimeIdentifier Condition="'$(RuntimeIdentifier)' == ''">win-x64</RuntimeIdentifier>
88
<ElectronSingleInstance>true</ElectronSingleInstance>
99
<ElectronSplashScreen></ElectronSplashScreen>
1010
<ElectronIcon></ElectronIcon>

0 commit comments

Comments
 (0)