From 3b6980db6ed4b1b9665bf356dcdb1555e2fd7870 Mon Sep 17 00:00:00 2001 From: Travis Abendshien <46939827+CyanVoxel@users.noreply.github.com> Date: Wed, 8 Jul 2026 15:10:09 -0700 Subject: [PATCH] docs: update location of tagstudio.spec --- docs/developing.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/developing.md b/docs/developing.md index 2ab9c1e4..0ad3526c 100644 --- a/docs/developing.md +++ b/docs/developing.md @@ -236,13 +236,13 @@ direnv allow To build your own executables of TagStudio, first follow the steps in "[Installing Dependencies](#installing-dependencies)." Once that's complete, run the following PyInstaller command: ``` -pyinstaller tagstudio.spec +pyinstaller scripts/tagstudio.spec ``` If you're on Windows or Linux and wish to build a portable executable, then pass the following flag: ``` -pyinstaller tagstudio.spec -- --portable +pyinstaller scripts/tagstudio.spec -- --portable ``` The resulting executable file(s) will be located in a new folder named "dist".