X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=altosui%2FMakefile.am;fp=altosui%2FMakefile.am;h=c2df5de720b06d050c64af194df8ccae27953b03;hp=19bcb913950b3c6576d6381e4bbc1646028c9f48;hb=5fd95471791842234a1840477c55ba175fff5a8c;hpb=ef969428f293e5155c00af514ce0782a7cdf25d5 diff --git a/altosui/Makefile.am b/altosui/Makefile.am index 19bcb913..c2df5de7 100644 --- a/altosui/Makefile.am +++ b/altosui/Makefile.am @@ -1,3 +1,5 @@ +# location of code signing key, et al +CODEKEYDIR=~/altusmetrumllc/ssl.com JAVAROOT=classes AM_JAVACFLAGS=$(JAVAC_VERSION_FLAGS) -encoding UTF-8 -Xlint:deprecation -Xlint:unchecked @@ -411,3 +413,7 @@ $(MACOSX_DIST): $(MACOSX_FILES) $(MACOSX_EXTRA) Makefile $(WINDOWS_DIST): $(WINDOWS_FILES) altos-windows.nsi Instdrv/NSIS/Includes/java.nsh -rm -f $@ makensis -Oaltos-windows.log "-XOutFile $@" "-DVERSION=$(VERSION)" altos-windows.nsi || (cat altos-windows.log && exit 1) + jsign --keystore $(CODEKEYDIR)/altus_metrum,_llc.p12 --alias 1 \ + --storetype PKCS12 --storepass `cat $(CODEKEYDIR)/password` \ + --tsaurl http://ts.ssl.com --tsmode RFC3161 $@ +