diff options
author | LinuxWizard42 <computerwizard@linuxmail.org> | 2022-09-30 19:44:44 +0300 |
---|---|---|
committer | LinuxWizard42 <computerwizard@linuxmail.org> | 2022-09-30 19:44:44 +0300 |
commit | 11344687f76e789837ea0a04131e7937e97273d4 (patch) | |
tree | 3f666d5db9a9dd0e867239e946b3fe8d8a0e2fe8 /run_debug | |
download | FlashRunner-11344687f76e789837ea0a04131e7937e97273d4.tar.gz FlashRunner-11344687f76e789837ea0a04131e7937e97273d4.tar.zst |
First commit
Diffstat (limited to 'run_debug')
-rwxr-xr-x | run_debug | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/run_debug b/run_debug new file mode 100755 index 0000000..11b2a58 --- /dev/null +++ b/run_debug @@ -0,0 +1,4 @@ +#!/usr/bin/env bash + +cd ./src +../node_modules/electron/dist/electron ./ |