Skip to content

Commit

Permalink
added: now defaults to the latest stable release if a version require…
Browse files Browse the repository at this point in the history
…ment is not found
  • Loading branch information
ProPuke committed Mar 10, 2019
1 parent c9f019e commit 1e9272e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -803,6 +803,8 @@ void read_electron_requirement(char **requirement, char *data) {

if(*requirement){
*requirement = strdup(*requirement);
}else{
*requirement = strdup(">=1.0");
}

free(json);
Expand Down

0 comments on commit 1e9272e

Please sign in to comment.