Skip to content

Commit

Permalink
🎨 Update distribution scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
dglmoore committed Nov 30, 2019
1 parent c07bb05 commit 0bb3fd1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion dist/package.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ $target = "dist/$prefix"
$archive = "$($target)_win-amd64.zip"

Copy-Item LICENSE $target
Copy-Item README.md $target
Copy-Item README.adoc $target
Copy-Item CHANGELOG.md $target
Copy-Item -Recurse include $target
New-Item -Type Directory $target/lib
Copy-Item inform.dll $target/lib
Expand Down
3 changes: 2 additions & 1 deletion dist/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ make -C build/production all test
make -C build/production install > /dev/null
cp dist/install.sh $prefix > /dev/null
cp LICENSE $prefix > /dev/null
cp README.md $prefix > /dev/null
cp README.adoc $prefix > /dev/null
cp CHANGELOG.md $prefix > /dev/null

system=`uname -s`
hardware=`uname -m`
Expand Down

0 comments on commit 0bb3fd1

Please sign in to comment.