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:
Diffstat (limited to 'scripts/mkini-win32.bat')
-rwxr-xr-xscripts/mkini-win32.bat14
1 files changed, 0 insertions, 14 deletions
diff --git a/scripts/mkini-win32.bat b/scripts/mkini-win32.bat
deleted file mode 100755
index 72393db38..000000000
--- a/scripts/mkini-win32.bat
+++ /dev/null
@@ -1,14 +0,0 @@
-:: Copyright 2012-2022 The Mumble Developers. All rights reserved.
-:: Use of this source code is governed by a BSD-style license
-:: that can be found in the LICENSE file at the root of the
-:: Mumble source tree or at <https://www.mumble.info/LICENSE>.
-
-:: Copy murmur.ini to murmur.ini.win32, and convert
-:: LF -> CRLF so Windows users can edit murmur.ini in
-:: Notepad.
-::
-:: Note that the 'more' command also expands tabs
-:: to spaces. This isn't a problem right now, since
-:: we don't use tabs in murmur.ini -- and even if
-:: we did, they wouldn't be significant.
-type murmur.ini | more /p > murmur.ini.win32