Skip to content

Commit

Permalink
Merge pull request #157 from GuoXiCheng/dev-c
Browse files Browse the repository at this point in the history
update release.js
  • Loading branch information
GuoXiCheng committed May 31, 2024
2 parents 5f57868 + 4343686 commit be7d74b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions release.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,6 @@ const LATEST_VERSION = "2.1.1";
fs.copyFileSync(`apk/SKIP-v${LATEST_VERSION}.apk`, `${targetPath}/SKIP-v${LATEST_VERSION}.apk`);
fs.copyFileSync('app/src/main/assets/skip_config.yaml', `${targetPath}/skip_config.yaml`);
fs.copyFileSync('app/src/main/assets/skip_config_v2.yaml', `${targetPath}/skip_config_v2.yaml`);

fs.copyFileSync('apk/OneClick-v1.0.apk', `${targetPath}/OneClick-v1.0.apk`);
})();

0 comments on commit be7d74b

Please sign in to comment.