Multiplatform shebangs

This commit is contained in:
OleSTEEP 2024-02-03 23:58:40 +03:00
parent 01d99b818f
commit f39c28168b
3 changed files with 13 additions and 14 deletions

View file

@ -1,4 +1,4 @@
#!env python3
#!/usr/bin/env python3
from modules import configloader
from modules import compressor

View file

@ -1,4 +1,4 @@
#!python3
#!/usr/bin/env python3
from PIL import Image
import colorama
import zipfile

View file

@ -1,5 +1,4 @@
# -*- coding: utf-8 -*-
#!/usr/bin/env python
#!/usr/bin/env python3
#
# Automatically converts VNDS to Ren'Py.