add chatterino icon to linux install script

This commit is contained in:
Rasmus Karlsson
2019-05-11 00:01:32 +02:00
parent 3bbee62f32
commit 8c46cbf571
3 changed files with 8 additions and 5 deletions
+1
View File
@@ -0,0 +1 @@
linuxinstall
+1 -1
View File
@@ -8,7 +8,7 @@ ignored_files = ['qt.conf', 'resources.qrc', 'resources_autogenerated.qrc', 'win
# to ignore all files in a/b, add a/b to ignored_directories.
# this will ignore a/b/c/d.txt and a/b/xd.txt
ignored_directories = ['__pycache__']
ignored_directories = ['__pycache__', 'linuxinstall']
def isNotIgnored(file):
# check if file exists in an ignored direcory