Skip to content

Commit

Permalink
ditto-np: Fix installation
Browse files Browse the repository at this point in the history
fixes #49
  • Loading branch information
issaclin32 authored Aug 18, 2022
1 parent 1f8e4e7 commit 3bf7bfc
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions bucket/ditto-np.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,18 @@
"license": "GPL-3.0-only",
"architecture": {
"64bit": {
"url": "https://sourceforge.net/projects/ditto-cp/files/Ditto/3.24.214.0/DittoSetup_64bit_3_24_214_0.exe",
"url": "https://sourceforge.net/projects/ditto-cp/files/Ditto/3.24.214.0/DittoSetup_64bit_3_24_214_0.exe#/setup.exe",
"hash": "sha1:42860a60705fe1cc96986abc0aa568bb25c6eedd"
},
"32bit": {
"url": "https://sourceforge.net/projects/ditto-cp/files/Ditto/3.24.214.0/DittoSetup_3_24_214_0.exe",
"url": "https://sourceforge.net/projects/ditto-cp/files/Ditto/3.24.214.0/DittoSetup_3_24_214_0.exe#/setup.exe",
"hash": "sha1:76595c86210b10b4d988a00926f52ac93124567f"
}
},
"extract_dir": "Ditto",
"installer": {
"args": [
"/VERYSILENT",
"/DIR=\"$dir\"",
"/DIR=$dir",
"/NORESTART"
]
},
Expand All @@ -40,10 +39,10 @@
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://sourceforge.net/projects/ditto-cp/files/Ditto/$version/DittoSetup_64bit_$underscoreVersion.exe"
"url": "https://sourceforge.net/projects/ditto-cp/files/Ditto/$version/DittoSetup_64bit_$underscoreVersion.exe#/setup.exe"
},
"32bit": {
"url": "https://sourceforge.net/projects/ditto-cp/files/Ditto/$version/DittoSetup_$underscoreVersion.exe"
"url": "https://sourceforge.net/projects/ditto-cp/files/Ditto/$version/DittoSetup_$underscoreVersion.exe#/setup.exe"
}
}
}
Expand Down

0 comments on commit 3bf7bfc

Please sign in to comment.