Skip to content

Commit f15bec7

Browse files
author
Gabe Stocco
committed
Fixes static resource loading error. Adds a build script for windows.
1 parent 98a983c commit f15bec7

File tree

74 files changed

+85025
-333
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

74 files changed

+85025
-333
lines changed

Gui/AttackSurfaceAnalyzerGui.csproj

+13
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,17 @@
2828
<ItemGroup>
2929
<WCFMetadata Include="Connected Services" />
3030
</ItemGroup>
31+
<ItemGroup>
32+
<Compile Update="Properties\Resources.Designer.cs">
33+
<DesignTime>True</DesignTime>
34+
<AutoGen>True</AutoGen>
35+
<DependentUpon>Resources.resx</DependentUpon>
36+
</Compile>
37+
</ItemGroup>
38+
<ItemGroup>
39+
<EmbeddedResource Update="Properties\Resources.resx">
40+
<Generator>ResXFileCodeGenerator</Generator>
41+
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
42+
</EmbeddedResource>
43+
</ItemGroup>
3144
</Project>

Gui/build-win.cmd

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
electronize build /target win
2+
del obj\desktop\win\package.json
3+
copy package.json obj\desktop\win\package.json
4+
electron-packager obj\desktop\win --out=bin\AttackSurfaceAnalyzerGUI --overwrite

0 commit comments

Comments
 (0)