Skip to content

Commit

Permalink
Added some scripts for repacking
Browse files Browse the repository at this point in the history
  • Loading branch information
devedse committed Jun 29, 2016
1 parent 79173b7 commit 29ea76a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions Devedse.DeveImagePyramid/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="BitMiracle.LibTiff.NET" version="2.4.542" targetFramework="net461" />
<package id="ILRepack" version="2.0.10" targetFramework="net461" />
</packages>
2 changes: 2 additions & 0 deletions Scripts/GoRepack.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
powershell -File GoRepack.ps1
pause
1 change: 1 addition & 0 deletions Scripts/GoRepack.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
..\packages\ILRepack.2.0.10\tools\ILRepack.exe /out:.\Output\DeveImagePyramid.exe ..\Devedse.DeveImagePyramid\bin\Release\Devedse.DeveImagePyramid.exe ..\Devedse.DeveImagePyramid\bin\Release\BitMiracle.LibTiff.NET.dll

0 comments on commit 29ea76a

Please sign in to comment.