Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
S
Stunserver
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nanahira
Stunserver
Commits
9e5b6231
Commit
9e5b6231
authored
Apr 11, 2020
by
John Selbie
Committed by
GitHub
Apr 11, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
package script (#33)
Co-authored-by:
John Selbie
<
john@selbie.com
>
parent
e6b87c56
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
33 additions
and
0 deletions
+33
-0
resources/package.bat
resources/package.bat
+33
-0
No files found.
resources/package.bat
0 → 100644
View file @
9e5b6231
del
stunserver_win64_1_2_16
.zip
set
STEXE
=
"C:\Program Files (x86)\Windows Kits\10\bin\10.0.18362.0\x64\signtool.exe"
rmdir
/s
release
mkdir
release
copy
..\stunserver.exe
release
\
copy
..\stunclient.exe
release
\
copy
..\stuntestcode.exe
release
\
copy
..\HISTORY
release
\HISTORY.txt
copy
..\LICENSE
release
\LICENSE.txt
copy
..\README
release
\README.txt
copy
..\testcode\stun.conf
release
\
copy
d
:\cygwin64\bin\cygcrypto
-
1
.1.dll
release
\
copy
d
:\cygwin64\bin\cygcrypto
-
1
.1.dll
release
\
copy
d
:\cygwin64\bin\cygwin1.dll
release
\
copy
d
:\cygwin64\bin\cygz.dll
release
\
copy
d
:\cygwin64\bin\cyggcc_s
-seh
-
1
.dll
release
\
copy
"d:\cygwin64\bin\cygstdc++-6.dll"
release
\
echo
"prepare for code signing"
pause
cd
release
%STEXE%
sign
/a /fd
sha1
/td
sha1
/tr
http
://timestamp.comodoca.com/rfc3161
/v
*
.exe
%STEXE%
sign
/a /fd
sha1
/td
sha1
/tr
http
://timestamp.comodoca.com/rfc3161
/v
*
.dll
%STEXE%
sign
/a /as /fd
sha256
/td
sha256
/tr
http
://timestamp.comodoca.com/rfc3161
/v
*
.exe
%STEXE%
sign
/a /as /fd
sha256
/td
sha256
/tr
http
://timestamp.comodoca.com/rfc3161
/v
*
.dll
cd
..
c
:\7zip\7z.exe
a
stunserver_win64_1_2_16
.zip
release
\
*
.
*
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment