2022-08-05 00:21:27 +00:00
|
|
|
# ComputerKeeper
|
|
|
|
*a tool to manage a library of computers for Potlatch Jr/Sr High School*
|
2022-07-26 03:59:37 +00:00
|
|
|
|
2022-08-19 00:42:05 +00:00
|
|
|
|
2022-11-07 04:34:37 +00:00
|
|
|
### 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/)
|
2022-08-19 04:06:34 +00:00
|
|
|
|
|
|
|
| **Branch** | **Build Status** |
|
|
|
|
|------------|------------------|
|
2022-08-19 04:16:08 +00:00
|
|
|
| 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/) |
|
2022-09-05 03:20:14 +00:00
|
|
|
|
|
|
|
|
2022-11-07 04:34:37 +00:00
|
|
|
### 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).
|
|
|
|
|
2022-09-05 03:20:14 +00:00
|
|
|
## PyInstaller Command
|
|
|
|
|
|
|
|
```shell
|
|
|
|
pyinstaller --noconfirm --onefile --windowed "./main.py"
|
2022-11-07 04:34:37 +00:00
|
|
|
```
|