From 312ad93ca0a0612193c4ed6eecc8426a9064671a Mon Sep 17 00:00:00 2001 From: Joe Stanley Date: Sun, 6 Nov 2022 20:34:37 -0800 Subject: [PATCH] added link --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3680c9f..617035a 100644 --- a/README.md +++ b/README.md @@ -2,16 +2,21 @@ *a tool to manage a library of computers for Potlatch Jr/Sr High School* -### Build System: -Builds are generated by Stanley Solutions Jenkins; they can be accessed here: [StanleySolutions Jenkins](https://jenkins.stanleysolutionsnw.com/job/Potlatch%20Loggers%20Organization/job/ComputerKeeper/) +### Build System +Builds are generated by Stanley Solutions Jenkins; they can be accessed here: +[StanleySolutions Jenkins](https://jenkins.stanleysolutionsnw.com/job/Potlatch%20Loggers%20Organization/job/ComputerKeeper/) | **Branch** | **Build Status** | |------------|------------------| | Main | [![Master Branch Build Status](https://jenkins.stanleysolutionsnw.com/buildStatus/icon?job=Potlatch+Loggers+Organization%2FComputerKeeper%2Fmain)](https://jenkins.stanleysolutionsnw.com/job/Potlatch%20Loggers%20Organization/job/ComputerKeeper/job/main/) | +### Built Resources +Resulting EXE files built by Jenkins are archived as packages and can be found +in the [repository packages](https://gitea.stanleysolutionsnw.com/Potlatch-Loggers/ComputerKeeper/packages). + ## PyInstaller Command ```shell pyinstaller --noconfirm --onefile --windowed "./main.py" -``` \ No newline at end of file +```