diff --git a/action.yml b/action.yml index e5653b6..0f754a5 100644 --- a/action.yml +++ b/action.yml @@ -1,4 +1,4 @@ -name: "OpenVPN-Connect" +name: "OpenVPN-Connect RoninSTi" description: "connect to OpenVPN server" branding: icon: "lock" diff --git a/dist/index.js b/dist/index.js index eb4c97e..1e6d3da 100644 --- a/dist/index.js +++ b/dist/index.js @@ -25228,7 +25228,7 @@ const run = (callback) => { } if (tlsCryptV2Key) { - fs.appendFileSync(configFile, "tls-crypt-v2 tcv2.key 1\n"); + fs.appendFileSync(configFile, "tls-crypt-v2 tcv2.key\n"); fs.writeFileSync("tcv2.key", tlsCryptV2Key, { mode: 0o600 }); } @@ -27218,4 +27218,4 @@ if (isPost) { module.exports = __webpack_exports__; /******/ })() -; \ No newline at end of file +; diff --git a/src/main.js b/src/main.js index f96608e..2cdbd06 100644 --- a/src/main.js +++ b/src/main.js @@ -44,7 +44,7 @@ const run = (callback) => { } if (tlsCryptV2Key) { - fs.appendFileSync(configFile, "tls-crypt-v2 tcv2.key 1\n"); + fs.appendFileSync(configFile, "tls-crypt-v2 tcv2.key\n"); fs.writeFileSync("tcv2.key", tlsCryptV2Key, { mode: 0o600 }); }