Skip to content
This repository has been archived by the owner on Apr 10, 2020. It is now read-only.

Commit

Permalink
Update Dynamips path in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
grossmj committed Jul 8, 2014
1 parent b6e1fed commit 4c0ebc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@

print '*** Installing Dynamips ***'
os.system('cp ../dynamips-0.2.8-RC3-community-OSX.intel64.bin ./GNS3.app/Contents/Resources')
os.system('cp ../dynamips-0.2.10-OSX.intel64.bin ./GNS3.app/Contents/Resources')
os.system('cp ../dynamips ./GNS3.app/Contents/Resources')

print '*** Installing Qemu 0.11.0 ***'
os.system('mkdir -p ./GNS3.app/Contents/Resources/Qemu-0.11.0')
Expand Down

0 comments on commit 4c0ebc4

Please sign in to comment.