Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
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
videolan
vlc
Commits
f63dce33
Commit
f63dce33
authored
Mar 01, 2015
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Win32: timestamp the signature
Close #14053
parent
59882156
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
extras/package/win32/package.mak
extras/package/win32/package.mak
+2
-2
No files found.
extras/package/win32/package.mak
View file @
f63dce33
...
@@ -107,7 +107,7 @@ package-win-strip: package-win-common package-win-npapi
...
@@ -107,7 +107,7 @@ package-win-strip: package-win-common package-win-npapi
if
test
-n
"
$(SIGNATURE)
"
;
then
\
if
test
-n
"
$(SIGNATURE)
"
;
then
\
cd
$(win32_destdir)
;
find
.
-type
f
\(
-name
'*
$(LIBEXT)
'
-or
-name
'*
$(EXEEXT)
'
\)
|
while
read
i
;
\
cd
$(win32_destdir)
;
find
.
-type
f
\(
-name
'*
$(LIBEXT)
'
-or
-name
'*
$(EXEEXT)
'
\)
|
while
read
i
;
\
do if
test
-n
"
$$
i"
;
then
\
do if
test
-n
"
$$
i"
;
then
\
osslsigncode sign
-certs
$(SIGNATURE)
/cert.cer
-key
$(SIGNATURE)
/videolan.key
-n
"VLC media player"
-i
http://www.videolan.org/
-in
"
$$
i"
-out
"
$$
i.sign"
;
\
osslsigncode sign
-certs
$(SIGNATURE)
/cert.cer
-key
$(SIGNATURE)
/videolan.key
-n
"VLC media player"
-i
http://www.videolan.org/
-
t
http://timestamp.verisign.com/scripts/timstamp.dll
-
in
"
$$
i"
-out
"
$$
i.sign"
;
\
mv
"
$$
i.sign"
"
$$
i"
;
\
mv
"
$$
i.sign"
"
$$
i"
;
\
fi
;
\
fi
;
\
done
\
done
\
...
@@ -180,7 +180,7 @@ package-win32-exe: package-win-strip $(win32_destdir)/NSIS/UAC.dll $(win32_destd
...
@@ -180,7 +180,7 @@ package-win32-exe: package-win-strip $(win32_destdir)/NSIS/UAC.dll $(win32_destd
eval
"
$$
MAKENSIS
$(win32_destdir)
/spad.nsi"
;
\
eval
"
$$
MAKENSIS
$(win32_destdir)
/spad.nsi"
;
\
eval
"
$$
MAKENSIS
$(win32_destdir)
/vlc.win32.nsi"
eval
"
$$
MAKENSIS
$(win32_destdir)
/vlc.win32.nsi"
if
test
-n
"$(SIGNATURE)"
;
then
\
if
test
-n
"$(SIGNATURE)"
;
then
\
osslsigncode sign -certs $(SIGNATURE)/cert.cer -key $(SIGNATURE)/videolan.key -n "VLC media player" -i http
:
//www.videolan.org/
-in "$(WINVERSION).exe" -out "$(WINVERSION).exe.sign";
\
osslsigncode sign -certs $(SIGNATURE)/cert.cer -key $(SIGNATURE)/videolan.key -n "VLC media player" -i http
:
//www.videolan.org/ -t http://timestamp.verisign.com/scripts/timstamp.dll
-in "$(WINVERSION).exe" -out "$(WINVERSION).exe.sign";
\
mv "$(WINVERSION).exe.sign" "$(WINVERSION).exe" ;
\
mv "$(WINVERSION).exe.sign" "$(WINVERSION).exe" ;
\
fi
fi
...
...
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