Skip to content

Commit

Permalink
Update make-docs.js to release 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandredevely authored Feb 2, 2024
1 parent c6678cd commit 30de916
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions make-docs.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const { version } = require('./package.json');

const DOCKERREGISTRYPATH = 'abcdesktopio';
const HOSTEDURL = "https://raw.githubusercontent.com/abcdesktopio/oc.apps/main";
var release = '3.0';
var release = '3.2';
var removeimage = false;

// function to encode file data to base64 encoded string
Expand Down Expand Up @@ -301,7 +301,7 @@ function getDescription(jsonArray) {

const parser = new ArgumentParser({ description: 'abcdesktop md file generator' });
parser.add_argument('-rmi', '--removeimage', { default: 'false', help: 'remove image' });
parser.add_argument('-r', '--release', { default: '3.0', help: 'build version 3.0' });
parser.add_argument('-r', '--release', { default: '3.2', help: 'build version 3.2' });
parser.add_argument('-f', '--applicationfile',{ default: 'applist.json', help: 'applicationfile applist.json' });

let args=parser.parse_args();
Expand Down

0 comments on commit 30de916

Please sign in to comment.