Skip to content

Commit

Permalink
Fixes static resource loading error. Adds a build script for windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabe Stocco committed Mar 28, 2019
1 parent 98a983c commit f15bec7
Show file tree
Hide file tree
Showing 74 changed files with 85,025 additions and 333 deletions.
13 changes: 13 additions & 0 deletions Gui/AttackSurfaceAnalyzerGui.csproj
Expand Up @@ -28,4 +28,17 @@
<ItemGroup>
<WCFMetadata Include="Connected Services" />
</ItemGroup>
<ItemGroup>
<Compile Update="Properties\Resources.Designer.cs">
<DesignTime>True</DesignTime>
<AutoGen>True</AutoGen>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
</ItemGroup>
<ItemGroup>
<EmbeddedResource Update="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
</EmbeddedResource>
</ItemGroup>
</Project>
4 changes: 4 additions & 0 deletions Gui/build-win.cmd
@@ -0,0 +1,4 @@
electronize build /target win
del obj\desktop\win\package.json
copy package.json obj\desktop\win\package.json
electron-packager obj\desktop\win --out=bin\AttackSurfaceAnalyzerGUI --overwrite

0 comments on commit f15bec7

Please sign in to comment.