Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThorvald Natvig <slicer@users.sourceforge.net>2009-03-10 01:40:53 +0300
committerThorvald Natvig <slicer@users.sourceforge.net>2009-03-10 01:40:53 +0300
commit080c5867bab4b4d4c0ec8e9116d07339cb7ed607 (patch)
treecd742b3591ec5facc17b9f0c2d3ed725a30c0656 /scripts/release.pl
parentcb67fc150fa0464dcc979a1260dc4d4467e4b927 (diff)
Create .ini files based on template
Diffstat (limited to 'scripts/release.pl')
-rw-r--r--scripts/release.pl4
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/release.pl b/scripts/release.pl
index 6e8486aa9..538c13722 100644
--- a/scripts/release.pl
+++ b/scripts/release.pl
@@ -29,7 +29,9 @@ my $ver;
my %filevars = ( 'sources' => 1, 'headers' => 1, 'rc_file' => 1, 'dist' => 1, 'forms' => 1, 'resources' => 1, 'precompiled_header' => 1, 'translations' => 1);
system("rm mumble-*");
-
+chdir("scripts");
+system("bash mkini.sh");
+chdir("..");
my @pro = ("main.pro");
#, "src/mumble.pri");