mirror of
https://github.com/msojocs/wechat-web-devtools-linux.git
synced 2025-07-22 00:00:04 +08:00
5 lines
136 B
JavaScript
5 lines
136 B
JavaScript
#!/usr/bin/env node
|
|
const fs = require('fs')
|
|
const path = require('path')
|
|
|
|
fs.chmodSync(path.resolve(__dirname, '../package.nw'), 0o777) |