Skip to content

Commit 1ac4c78

Browse files
committed
Update
1 parent 2a838ab commit 1ac4c78

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

Commodore-Repair-Toolbox.csproj

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -229,37 +229,26 @@
229229
<PropertyGroup>
230230
<PostBuildEvent>if "$(ConfigurationName)" == "Release" (
231231

232-
233232
REM --------------------------
234233
REM Pack EXE with ILRepack
235234
REM --------------------------
236235
"D:\Data\Development\Visual Studio\Commodore-Repair-Toolbox\packages\ILRepack.2.0.44\tools\ILRepack.exe" /out:"$(TargetPath)" "$(TargetPath)" "$(TargetDir)EPPlus.dll" "$(TargetDir)EPPlus.Interfaces.dll" "$(TargetDir)EPPlus.System.Drawing.dll" "$(TargetDir)Microsoft.Bcl.Cryptography.dll" "$(TargetDir)Microsoft.IO.RecyclableMemoryStream.dll" "$(TargetDir)Newtonsoft.Json.dll" "$(TargetDir)System.Buffers.dll" "$(TargetDir)System.Drawing.Common.dll" "$(TargetDir)System.Formats.Asn1.dll" "$(TargetDir)System.Memory.dll" "$(TargetDir)System.Numerics.Vectors.dll" "$(TargetDir)System.Runtime.CompilerServices.Unsafe.dll" "$(TargetDir)System.Security.Cryptography.Xml.dll"
237-
rem "$(TargetDir)Microsoft.Web.WebView2.Core.dll"
238-
rem "$(TargetDir)Microsoft.Web.WebView2.WinForms.dll"
239-
rem "$(TargetDir)Microsoft.Web.WebView2.Wpf.dll"
240236

241237
REM ------------------------
242238
REM Delete LOCAL folders
243239
REM ------------------------
244240
IF EXIST "Data" RMDIR /S /Q "Data"
245-
rem IF EXIST "Commodore-Repair-Toolbox.exe.WebView2" RMDIR /S /Q "Commodore-Repair-Toolbox.exe.WebView2"
246-
247241

248242
REM ----------------------------------------------------
249243
REM Copy the GitHub "Data" folder to LOCAL folder
250244
REM ----------------------------------------------------
251-
REM CPU = x64
252-
rem XCOPY "..\..\..\Data" "Data" /E /I /H /C /Q /Y
253-
REM CPU = Any
254245
XCOPY "..\..\Data" "Data" /E /I /H /C /Q /Y
255246

256-
257247
REM --------------------------------
258248
REM Digitally sign the application
259249
REM --------------------------------
260250
"C:\Program Files (x86)\Windows Kits\10\bin\10.0.26100.0\x64\signtool.exe" sign /fd sha256 /tr http://ts.ssl.com /td sha256 /sha1 7e2215692c12ad960e40a844b1e1bc15ca006df9 "$(TargetPath)"
261251

262-
263252
REM ----------------------------------------------------------
264253
REM Delete unnecessary files (to check it works without it)
265254
REM ----------------------------------------------------------

0 commit comments

Comments
 (0)