mirror of
https://github.com/yume-chan/ya-webadb.git
synced 2025-10-05 02:39:26 +02:00
chore: code cleanup
This commit is contained in:
parent
c60119ff6c
commit
b5bfc52b3c
5 changed files with 3 additions and 6 deletions
|
@ -22,5 +22,5 @@ const SERVER_VERSION = '1.19';
|
|||
path.resolve(binFolder, 'scrcpy-server')
|
||||
);
|
||||
|
||||
fs.writeFile(path.resolve(__dirname, '..', 'src', 'version.ts'), `export const BUNDLED_SERVER_VERSION = "${SERVER_VERSION}";`);
|
||||
fs.writeFile(path.resolve(binFolder, 'version'), SERVER_VERSION);
|
||||
})();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue