first auto updater

This commit is contained in:
dj2ls 2022-02-22 16:08:56 +01:00
parent 74c74c9070
commit 2470f5ed91
2 changed files with 7 additions and 3 deletions

View file

@ -56,6 +56,10 @@ jobs:
run: | run: |
pyinstaller freedata.spec pyinstaller freedata.spec
- name: Copy TNC to GUI
shell: bash
run: |
cp -R ./tnc/dist/tnc ./gui/tnc
- name: LIST ALL FILES - name: LIST ALL FILES
shell: bash shell: bash

View file

@ -133,9 +133,9 @@
</div> </div>
</div> </div>
<!-- NOT CHECKING FOR UPDATE --> <!-- NOT CHECKING FOR UPDATE -->
<div class="toast align-items-center text-white bg-primary border-0" id="toastUpdateNotChecking" role="alert" aria-live="assertive" aria-atomic="true"> <div class="toast align-items-center text-white bg-warning border-0" id="toastUpdateNotChecking" role="alert" aria-live="assertive" aria-atomic="true">
<div class="d-flex"> <div class="d-flex">
<div class="toast-body">We are in a dev environment..</div> <div class="toast-body">Update failed</div>
<button type="button" class="btn-close btn-close-white me-2 m-auto" data-bs-dismiss="toast" aria-label="Close"></button> <button type="button" class="btn-close btn-close-white me-2 m-auto" data-bs-dismiss="toast" aria-label="Close"></button>
</div> </div>
</div> </div>