summaryrefslogtreecommitdiff
path: root/create-extension
diff options
context:
space:
mode:
authorGabriel Burt <gabriel.burt@gmail.com>2010-02-07 14:02:03 -0800
committerGabriel Burt <gabriel.burt@gmail.com>2010-02-07 14:02:03 -0800
commite536d827bf57c719dc6a9c65dba023c3a898b4bb (patch)
treecf61176014743679a93d1d67862399b6742fb690 /create-extension
parent0c87667db57aa9c44a1d5dd1b1048f802f319370 (diff)
[template] improve script
Diffstat (limited to 'create-extension')
-rwxr-xr-xcreate-extension2
1 files changed, 1 insertions, 1 deletions
diff --git a/create-extension b/create-extension
index 396c5cf..c73799b 100755
--- a/create-extension
+++ b/create-extension
@@ -47,7 +47,7 @@ print `mv $dir/Template.addin.xml $dir/$name.addin.xml`;
print `mv $dir/Template.csproj $dir/$name.csproj`;
# Replace the GUID
-my $guid = `mono build/gen-guid.exe`; chomp($guid); $guid = uc($guid);
+my $guid = `gmcs build/gen-guid.cs && mono build/gen-guid.exe`; chomp($guid); $guid = uc($guid);
replace ("$dir/$name.csproj", "TEMPLATE-GUID", $guid);
# Replace the extension name