mirror of
https://github.com/EndPwnArchive/cynergy.git
synced 2024-08-14 22:46:57 +00:00
fix epapi and autoexec
This commit is contained in:
parent
cbda597cdf
commit
e98b95dc2c
2 changed files with 12 additions and 10 deletions
|
@ -171,7 +171,7 @@ var dropfiles = function () {
|
|||
}
|
||||
catch(e)
|
||||
{
|
||||
_fs.writeFileSync(approot().split('app.asar')[0] + '/cynergy/autoexec.js', 'setupCSS(_cyn_data + "/cynergy/styles/style.css");\nconsole.log("Hello, world!");');
|
||||
_fs.writeFileSync(approot().split('app.asar')[0] + '/cynergy/autoexec.js', 'setupCSS(_cyn_data + "/styles/style.css");\nconsole.log("Hello, world!");');
|
||||
}
|
||||
/*try
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue