Skip to content

Commit b6c2dde

Browse files
authored
Update download links for 7z and unzip apps
1 parent 7ab64bf commit b6c2dde

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/winbundle.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,10 @@ async.series([
6363
},
6464

6565
cb => {
66-
downloadApp(path.join("apps", "7z"), "https://github.com/OpenDroneMap/NodeODX/releases/download/v2.1.0/7z19.zip", cb);
66+
downloadApp(path.join("apps", "7z"), "https://github.com/WebODM/NodeODX/releases/download/v2.3.0/7z19.zip", cb);
6767
},
6868
cb => {
69-
downloadApp(path.join("apps", "unzip"), "https://github.com/OpenDroneMap/NodeODX/releases/download/v2.1.0/unzip600.zip", cb);
69+
downloadApp(path.join("apps", "unzip"), "https://github.com/WebODM/NodeODX/releases/download/v2.3.0/unzip600.zip", cb);
7070
},
7171
cb => {
7272
console.log("Building executable");

0 commit comments

Comments
 (0)