Skip to content

Commit

Permalink
Merge pull request #47 from dmf444/feature/zip-change
Browse files Browse the repository at this point in the history
Feature/zip change
  • Loading branch information
dmf444 authored Sep 18, 2024
2 parents 81edd76 + 8308bdb commit 6d17144
Show file tree
Hide file tree
Showing 26 changed files with 640 additions and 489 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pipeline {
agent {
docker {
image 'electronuserland/builder:wine'
image 'electronuserland/builder:18-wine-07.24'
args '-u 0:0'
}

Expand All @@ -10,7 +10,7 @@ pipeline {
stage('Build Windows') {
steps {
sh 'rm package-lock.json'
sh 'npm install'
sh 'npm run setup'
sh 'npm run verup'
sh 'npm run prod'
sh 'npm run build:win'
Expand Down
Loading

0 comments on commit 6d17144

Please sign in to comment.