changeset 36:a822ca3eff41

Hm, this isn't going to work as-is - msbuild doesn't automatically add the .bat extension I think, it just tries to run the shell script
author Chris Cannam
date Fri, 13 Dec 2019 17:03:03 +0000
parents d88317090948
children 28b1dd4ee370
files deploy/mark-for-signing.bat match-vamp.pro
diffstat 2 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/deploy/mark-for-signing.bat	Fri Dec 13 17:03:03 2019 +0000
@@ -0,0 +1,3 @@
+set DIR=%1
+shift
+echo( > %DIR%\.something-to-sign
--- a/match-vamp.pro	Fri Dec 13 16:49:40 2019 +0000
+++ b/match-vamp.pro	Fri Dec 13 17:03:03 2019 +0000
@@ -35,7 +35,7 @@
     LIBS += -exported_symbols_list $$PWD/match-vamp/vamp-plugin.list
 }
 
-QMAKE_POST_LINK += $$PWD/deploy/mark-for-signing $$PWD/out
+QMAKE_POST_LINK += $$PWD/deploy/mark-for-signing out
 
 !win* {
     QMAKE_POST_LINK += && \