This commit is contained in:
2025-12-04 14:05:10 -05:00
parent f0190b3d20
commit 4488008494
2 changed files with 1 additions and 12 deletions

View File

@@ -25,17 +25,6 @@ jobs:
echo "API_URL=${{ secrets.API_URL }}" >> .env
echo "NODE_ENV=production" >> .env
- name: Verify icon file exists
working-directory: electron-app
run: |
if (Test-Path "resources/icons/icon.ico") {
Write-Host "Icon file found"
Get-Item "resources/icons/icon.ico" | Select-Object FullName, Length
} else {
Write-Error "Icon file not found!"
exit 1
}
- name: Build TypeScript
working-directory: electron-app
run: npm run build