Skip to content
This repository was archived by the owner on Mar 7, 2026. It is now read-only.

Commit 3d3d8fc

Browse files
author
Raven
committed
Massive improvements for v1.6.0
1 parent 48c18a8 commit 3d3d8fc

File tree

2 files changed

+477
-81
lines changed

2 files changed

+477
-81
lines changed

build.bat

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
@echo off
2-
nuitka --onefile --standalone --enable-plugin=pyqt5 --remove-output --include-data-files=style.css=style.css --windows-icon-from-ico=ICON.ico --windows-console-mode=disable --output-dir=dist scratchpad.py --include-data-files=scratchpad.png=scratchpad.png
3-
pause
2+
set FileVersion=1.0.0.0
3+
set ProductVersion=1.6.0.0
4+
5+
python -m nuitka --onefile --standalone --enable-plugins=pyqt5 --remove-output --windows-console-mode=disable --output-dir=dist --output-filename=Scratchpad.exe --follow-imports --windows-icon-from-ico=ICON.ico --include-data-files=style.css=style.css --include-data-files=scratchpad.png=scratchpad.png --product-name="Scratchpad" --company-name="Raven Development Team" --file-description="Simple, professional plaintext editor." --file-version=%FileVersion% --product-version=%ProductVersion% --copyright="Copyright (c) 2025 Raven Development Team" --onefile-tempdir-spec="{CACHE_DIR}\RavenDevelopmentTeam\Scratchpad\{VERSION}" scratchpad.py
6+
pause

0 commit comments

Comments
 (0)