Skip to content

Commit

Permalink
Added a new field to determine if the available update is mandatory o…
Browse files Browse the repository at this point in the history
…r not.
  • Loading branch information
Sergtek committed Jul 23, 2024
1 parent fcad0db commit d16709d
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions nacupdate_index.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,23 @@
{
"id": "com.centesimalstopwatch",
"name": "Centesimal Stopwatch",
"version": "3.2.145",
"url": "https://github.com/Nacompllo/Nacupdate/releases/download/3.2.145/com.centesimalstopwatch.apk"
"version": "3.2.146",
"url": "https://github.com/Nacompllo/Nacupdate/releases/download/3.2.145/com.centesimalstopwatch.apk",
"mandatory": true
},
{
"id": "com.samprcon",
"name": "SA-MP RCON",
"version": "0.0.68",
"url": ""
"url": "",
"mandatory": false
},
{
"id": "com.nacompllo.voicerecorderpassword",
"name": "Voice Recorder with Password",
"version": "0.0.20",
"url": ""
"url": "",
"mandatory": false
}
]
}

0 comments on commit d16709d

Please sign in to comment.