We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a0088e commit ad7d639Copy full SHA for ad7d639
src/cbmc/dist-win
@@ -15,7 +15,7 @@ mkdir /tmp/cbmc-dist
15
cp ../cbmc/cbmc.exe \
16
../goto-cc/goto-cl.exe ../goto-instrument/goto-instrument.exe \
17
/tmp/cbmc-dist/
18
-cp ~/progr/cbmc.vs64/trunk/src/cbmc/cbmc.exe /tmp/cbmc-dist/cbmc64.exe
+cp ~/progr/cbmc.vs64/src/cbmc/cbmc.exe /tmp/cbmc-dist/cbmc64.exe
19
cp ../../LICENSE /tmp/cbmc-dist/LICENSE.txt
20
unix2dos /tmp/cbmc-dist/LICENSE.txt
21
cd /tmp/cbmc-dist
src/config.inc
@@ -23,4 +23,4 @@ LIBZIPINC = ../../libzip/lib
23
24
# Signing identity for MacOS Gatekeeper
25
26
-OSX_IDENTITY="3rd Party Mac Developer Application: Daniel Kroening"
+OSX_IDENTITY="Developer ID Application: Daniel Kroening"
0 commit comments