Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update pubkey.pem. Update windows build script to include pubkey.pem. #20

Merged
merged 1 commit into from
Sep 18, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions pubkey.pem
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
-----BEGIN PUBLIC KEY-----
MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA8m960JctNp/i7cnaNzW9
CINq4TJ0c5mkTn9pnRR5h3BPf9FhOyeCm8YipAqj1GN5Ct8UfN8GZ6ChwS1ebMSL
WePXFKS9URDyCBRRhnPLQTgqOoBYD7kr7wPPekYSheT2jajYJtQu6DV+zf49hHl1
8z7xGd2ihNmrPBG2Mo72E8zDrMyMbipjPXAJE1+/IrkGTVBtaaiht6qfwty6Imbx
74k1k5/ZyYdTrdE2ar94sbfrFIM8BAm733VoBz0Y3Ncqnx5LDkXLxg/wEf536l6+
ypZwCf+d46E17As0D0v+hOTD4ZA0hLZrqmb09YwWwyDyoWI090zsJvA+NDtK/xSk
twIDAQAB
MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA2ETRtyDstJpo/U8RZP/9
HrPiKuqVd7oWu86e9Aot9G5OZmzjlWzw2w6V/7dAdYYHHR9hT74rHCDZQ0YNewPH
+uWuS9TkRVYYpooZ2KVjx8zUpur7I7PlFe1C7/pjRm9P8DbRpOlH42S1zGljsUpR
oAh2P4dWJ+8fZlrudgTsn7ooRm+zceg+cs9xO2RFHem/rmcdIIeLbQZCMKAlwHlw
KMkcVmoC+5oh2PmckXlf/Zt7ipBqU4f1t9kC/nJ2lezlpOyM65+J21cTZERc4hF/
M/gBHiRCaNsIqJElabn1QG34J97PfmBuFBUWPh+dHrnDfbcKhLwvUZQwGqZnwaLu
RQIDAQAB
-----END PUBLIC KEY-----
2 changes: 2 additions & 0 deletions windows/build-nzbget-vs22.bat
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,8 @@ copy README ..\distrib\NZBGet
if errorlevel 1 goto BUILD_FAILED
copy COPYING ..\distrib\NZBGet
if errorlevel 1 goto BUILD_FAILED
copy pubkey.pem ..\distrib\NZBGet
if errorlevel 1 goto BUILD_FAILED

mkdir ..\distrib\NZBGet\webui
xcopy /E webui ..\distrib\NZBGet\webui
Expand Down