summaryrefslogtreecommitdiff
path: root/misc/nsis
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2020-09-06 17:23:03 +0200
committerFlorian Bruhin <me@the-compiler.org>2020-09-06 17:23:03 +0200
commita78442bb67c138a85d35a0e4f5bebeab77aa70e5 (patch)
treefebef6436ec1c9fc8a1f23281fca4cb0bee7bfef /misc/nsis
parent3abfd78c25c10c3906d4686ca6245cebc73ff407 (diff)
downloadqutebrowser-a78442bb67c138a85d35a0e4f5bebeab77aa70e5.tar.gz
qutebrowser-a78442bb67c138a85d35a0e4f5bebeab77aa70e5.zip
Rewrite file collection in misc_checks.py
Now collects all (non-ignored) files via `git ls-files` and only skips some binary formats. Also adds some type annotations and fixes some newly unconvered UK-spellings.
Diffstat (limited to 'misc/nsis')
-rwxr-xr-xmisc/nsis/qutebrowser.nsi1
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/nsis/qutebrowser.nsi b/misc/nsis/qutebrowser.nsi
index d9b8fbf8d..77fd373eb 100755
--- a/misc/nsis/qutebrowser.nsi
+++ b/misc/nsis/qutebrowser.nsi
@@ -1,4 +1,5 @@
# Copyright 2018 Florian Bruhin (The Compiler) <mail@qutebrowser.org>
+# encoding: iso-8859-1
#
# This file is part of qutebrowser.
#