File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 56
56
# package portable
57
57
cp ./README.md dist/BitCapIPR
58
58
zip -r BitCapIPR-${{ github.ref_name}}-linux-AMD64-portable.zip dist/BitCapIPR
59
+ rm dist/BitCapIPR/README.md
59
60
60
61
# deb package
61
62
[ -e package ] && rm -r package
89
90
# package portable
90
91
cp ./README.md dist/BitCapIPR.app/Contents
91
92
zip -9 -y -r BitCapIPR-${{ github.ref_name }}-macos-${{ runner.arch }}-portable.zip dist/BitCapIPR.app
93
+ rm dist/BitCapIPR.app/Contents/README.md
92
94
93
95
# create dmg setup
94
96
brew install create-dmg
@@ -122,6 +124,7 @@ jobs:
122
124
# package portable
123
125
Copy-Item .\README.md .\dist\BitCapIPR
124
126
Compress-Archive -Path .\dist\BitCapIPR -DestinationPath BitcapIPR-${{ github.ref_name}}-win-${{ runner.arch }}-portable.zip -Force
127
+ Remove-Item -Path .\dist\BitCapIPR\README.md
125
128
126
129
# inno setup
127
130
choco install innosetup
You can’t perform that action at this time.
0 commit comments