From 3cac735ac4cbbcaf289c6c04feac476694968bdf Mon Sep 17 00:00:00 2001 From: retropikzel Date: Sat, 12 Oct 2024 07:31:22 +0300 Subject: [PATCH] Fixing the build --- Jenkinsfile | 3 ++- Makefile | 3 --- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index c50e7bc..5d01a54 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -14,7 +14,8 @@ pipeline { stages { stage("Build") { steps { - sh 'make install-nsis' + sh 'wine winecfg' + sh 'wine ./executables/nsis-3.10-setup.exe /S' sh 'make' archiveArtifacts artifacts: 'setup_*.exe' } diff --git a/Makefile b/Makefile index 5ef1f1c..6830389 100644 --- a/Makefile +++ b/Makefile @@ -10,9 +10,6 @@ urls.txt: repo.scm snow: urls.txt sh download.sh -install-nsis: - wine ./executables/nsis-3.10-setup.exe /S - clean: rm -rf repo.scm rm -rf snow