File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,4 +9,4 @@ cp LICENSE plugdata/LICENSE.txt
99# Create tar.gz with unique name for each distro
1010tar -czvf plugdata-$1 .tar.gz plugdata
1111
12- ./generate-upload-info.sh
12+ .github/scripts /generate-upload-info.sh
Original file line number Diff line number Diff line change 184184cp " .\plugdata-Installer.msi" " .\plugdata-Win32.msi"
185185fi
186186
187- ./generate-upload-info.sh
187+ .github/scripts /generate-upload-info.sh
188188
189189# - Codesign Installer for Windows 8+
190190# -"C:\Program Files (x86)\Microsoft SDKs\Windows\v7.1A\Bin\signtool.exe" sign /f "XXXXX.p12" /p XXXXX /d "plugdata Installer" ".\installer\plugdata Installer.exe"
Original file line number Diff line number Diff line change @@ -167,4 +167,4 @@ xcrun notarytool store-credentials "notary_login" --apple-id ${AC_USERNAME} --pa
167167xcrun notarytool submit ./plugdata-MacOS-$1 .pkg --keychain-profile " notary_login" --wait
168168xcrun stapler staple " plugdata-MacOS-$1 .pkg"
169169
170- ./generate-upload-info.sh
170+ .github/scripts /generate-upload-info.sh
You can’t perform that action at this time.
0 commit comments