Skip to content

Commit ad7d639

Browse files
author
Daniel Kroening
committed
distribution updates
1 parent 8a0088e commit ad7d639

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/cbmc/dist-win

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ mkdir /tmp/cbmc-dist
1515
cp ../cbmc/cbmc.exe \
1616
../goto-cc/goto-cl.exe ../goto-instrument/goto-instrument.exe \
1717
/tmp/cbmc-dist/
18-
cp ~/progr/cbmc.vs64/trunk/src/cbmc/cbmc.exe /tmp/cbmc-dist/cbmc64.exe
18+
cp ~/progr/cbmc.vs64/src/cbmc/cbmc.exe /tmp/cbmc-dist/cbmc64.exe
1919
cp ../../LICENSE /tmp/cbmc-dist/LICENSE.txt
2020
unix2dos /tmp/cbmc-dist/LICENSE.txt
2121
cd /tmp/cbmc-dist

src/config.inc

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ LIBZIPINC = ../../libzip/lib
2323

2424
# Signing identity for MacOS Gatekeeper
2525

26-
OSX_IDENTITY="3rd Party Mac Developer Application: Daniel Kroening"
26+
OSX_IDENTITY="Developer ID Application: Daniel Kroening"

0 commit comments

Comments
 (0)