feat: add Electron application setup and Gitea CI/CD for automated releases.
All checks were successful
Build and Release / build-and-release (push) Successful in 5m27s
All checks were successful
Build and Release / build-and-release (push) Successful in 5m27s
This commit is contained in:
@@ -45,7 +45,8 @@ jobs:
|
|||||||
cd Frontend/Electron
|
cd Frontend/Electron
|
||||||
npm run build
|
npm run build
|
||||||
npx electron-builder --linux
|
npx electron-builder --linux
|
||||||
xvfb-run npx electron-builder --win
|
xvfb-run npx electron-builder --win || echo "electron-builder exited with non-zero code, checking artifacts..."
|
||||||
|
test -f "dist/Discord Clone Setup"*.exe && echo "Windows build artifact verified" || exit 1
|
||||||
env:
|
env:
|
||||||
GH_TOKEN: ${{ secrets.CI_TOKEN }}
|
GH_TOKEN: ${{ secrets.CI_TOKEN }}
|
||||||
WINEDEBUG: "-all"
|
WINEDEBUG: "-all"
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "discord",
|
"name": "discord",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "1.0.6",
|
"version": "1.0.7",
|
||||||
"description": "A Discord clone built with Convex, React, and Electron",
|
"description": "A Discord clone built with Convex, React, and Electron",
|
||||||
"author": "Moyettes",
|
"author": "Moyettes",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
|||||||
Reference in New Issue
Block a user