Skip to content

Commit

Permalink
ci: update appveyor to use new org bitboxswiss
Browse files Browse the repository at this point in the history
  • Loading branch information
thisconnect committed May 16, 2024
1 parent 36ccd2b commit dc1a058
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ build_script:
- echo on
- choco install make
- choco install nsis -pre
- mkdir %GOPATH%\src\github.com\digitalbitbox
- mkdir %GOPATH%\src\github.com\BitBoxSwiss
- cd ..
- mv bitbox-wallet-app %GOPATH%\src\github.com\digitalbitbox\
- cd %GOPATH%\src\github.com\digitalbitbox\bitbox-wallet-app\
- mv bitbox-wallet-app %GOPATH%\src\github.com\BitBoxSwiss\
- cd %GOPATH%\src\github.com\BitBoxSwiss\bitbox-wallet-app\
- make qt-windows
- cd frontends/qt
- makensis setup.nsi
Expand All @@ -43,5 +43,5 @@ after_build:
- mkdir %APPVEYOR_BUILD_FOLDER%
# Copy build artifacts back to the git clone dir because they can only be
# relative to that folder.
- cp %GOPATH%\src\github.com\digitalbitbox\bitbox-wallet-app\frontends\qt\BitBox-installer.exe %APPVEYOR_BUILD_FOLDER%\BitBox-installer.exe
- cp %GOPATH%\src\github.com\BitBoxSwiss\bitbox-wallet-app\frontends\qt\BitBox-installer.exe %APPVEYOR_BUILD_FOLDER%\BitBox-installer.exe
- appveyor PushArtifact %APPVEYOR_BUILD_FOLDER%\BitBox-installer.exe

0 comments on commit dc1a058

Please sign in to comment.