Compare commits
3 commits
Author | SHA1 | Date | |
---|---|---|---|
d4c73f0d57 | |||
2182fa1ef5 | |||
481c78c0af |
3 changed files with 5 additions and 2 deletions
|
@ -7,6 +7,10 @@ on:
|
|||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: docker
|
||||
container:
|
||||
image: node
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
|
|
@ -2,8 +2,6 @@
|
|||
|
||||
Appuie régulièrement sur la touche Windows, tout en faisant tourner la souris
|
||||
|
||||
> Installer [Python via le Microsoft Store](https://apps.microsoft.com/detail/9p7qfqmjrfp7?hl=en-us&gl=US)
|
||||
>
|
||||
> Téléchargez le programme [disponible ici](https://git.mylloon.fr/Anri/never-away/releases/latest)
|
||||
|
||||
Pour stopper le programme, bougez amplement la souris
|
||||
|
|
|
@ -13,6 +13,7 @@ SET "py=python.exe"
|
|||
:: Clean potential error or python version
|
||||
CLS
|
||||
|
||||
ECHO On first start, this may take some time...
|
||||
IF ERRORLEVEL 1 (
|
||||
ECHO Installation of Python not found, installation...
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue