Skip to content

Commit 2a31e03

Browse files
committed
change directory
1 parent 2758127 commit 2a31e03

16 files changed

+2553
-2
lines changed

Doxyfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -943,7 +943,7 @@ WARN_LOGFILE =
943943
# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
944944
# Note: If this tag is empty the current directory is searched.
945945

946-
INPUT = .
946+
INPUT = src
947947

948948
# This tag can be used to specify the character encoding of the source files
949949
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses

compileExe.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
cd /d %~dp0
2-
pyinstaller.exe --onefile .\assetsBrowser.py --icon .\lambda.ico --add-data icons/*;icons --clean
2+
pyinstaller.exe --onefile .\src\assetsBrowser.py --icon .\lambda.ico --add-data icons/*;icons --clean

0 commit comments

Comments
 (0)