From 765a0bd2ba1c1cf5b6d9072d4d83e9ecc108d5cf Mon Sep 17 00:00:00 2001 From: suti7yk5032 Date: Thu, 25 Jul 2024 20:29:07 +0900 Subject: [PATCH] =?UTF-8?q?pyinstaller=E7=94=A8=E3=81=AE=E3=82=B3=E3=83=9E?= =?UTF-8?q?=E3=83=B3=E3=83=89=E3=82=92=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/pyinstaller.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 docs/pyinstaller.txt diff --git a/docs/pyinstaller.txt b/docs/pyinstaller.txt new file mode 100644 index 0000000..278935c --- /dev/null +++ b/docs/pyinstaller.txt @@ -0,0 +1 @@ +pyinstaller .\dislocker_client.py --noconsole --icon .\dislocker.ico --add-data ".\resource:resource" \ No newline at end of file