This commit is contained in:
lucasdpt
2026-06-14 12:42:26 +02:00
parent d2003752bc
commit 105da76c69
3 changed files with 12 additions and 1 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ jobs:
- name: Publish to Gitea release - name: Publish to Gitea release
run: node scripts/publish-gitea.mjs run: node scripts/publish-gitea.mjs
env: env:
GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }} GITEA_TOKEN: ${{ secrets.RELEASE_TOKEN }}
GITEA_URL: ${{ github.server_url }} GITEA_URL: ${{ github.server_url }}
GITEA_OWNER: ${{ github.repository_owner }} GITEA_OWNER: ${{ github.repository_owner }}
GITEA_REPO: ${{ github.event.repository.name }} GITEA_REPO: ${{ github.event.repository.name }}
+9
View File
@@ -0,0 +1,9 @@
node_modules
out
dist
*.log
.DS_Store
.env
.env.local
# fichiers locaux du launcher en dev
.oflauncher-dev/
+2
View File
@@ -0,0 +1,2 @@
electron_mirror=https://github.com/electron/electron/releases/download/
node-linker=hoisted