You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -21,7 +21,7 @@ Tested on Postman versions from ***`8.1.0`*** to ***`8.10.0`***
21
21
## Patch your already installed postman
22
22
Run ***`node fix.js -r ${requester_js}`*** , where ***`${requester_js}`*** is Postman file (***`requester.js`***) which renders scratchpad banner
23
23
24
-
### `requester.js` path:
24
+
### requester.js path:
25
25
26
26
* For Linux users, requester.js is used
27
27
It can be found on path like this: ***`${Postman_install_dir}/resources/app/js/requester.js`***
@@ -37,7 +37,7 @@ You can find downloads for linux and macos at [Releases](https://github.com/3oma
37
37
## Patch your already installed postman
38
38
Run ***`node fix.js -a ${app_asar}`*** , where ***`${app_asar}`*** is Postman file (***`app.asar`***) which is like a `tar` archive and contains most of postman's files
39
39
40
-
### `app.asar` path:
40
+
### app.asar path:
41
41
It can be found on path like this: ***`%localappdata%\Postman\app-8.10.0\resources\app.asar`***
42
42
43
43
You can learn more about *`asar`* file format [from here](https://github.com/electron/asar).
0 commit comments