File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ export class ScreenshotHelper {
3131 app . getPath ( "userData" ) ,
3232 "extra_screenshots"
3333 )
34- this . tempDir = path . join ( app . getPath ( "temp" ) , "interview-coder -screenshots" )
34+ this . tempDir = path . join ( app . getPath ( "temp" ) , "InvisibleCoder -screenshots" )
3535
3636 // Create directories if they don't exist
3737 this . ensureDirectoriesExist ( ) ;
Original file line number Diff line number Diff line change @@ -156,18 +156,18 @@ function initializeHelpers() {
156156
157157// Auth callback handler
158158
159- // Register the interview-coder protocol
159+ // Register the invisibleCoder protocol
160160if ( process . platform === "darwin" ) {
161- app . setAsDefaultProtocolClient ( "interview-coder " )
161+ app . setAsDefaultProtocolClient ( "invisibleCoder " )
162162} else {
163- app . setAsDefaultProtocolClient ( "interview-coder " , process . execPath , [
163+ app . setAsDefaultProtocolClient ( "invisibleCoder " , process . execPath , [
164164 path . resolve ( process . argv [ 1 ] || "" )
165165 ] )
166166}
167167
168168// Handle the protocol. In this case, we choose to show an Error Box.
169169if ( process . defaultApp && process . argv . length >= 2 ) {
170- app . setAsDefaultProtocolClient ( "interview-coder " , process . execPath , [
170+ app . setAsDefaultProtocolClient ( "invisibleCoder " , process . execPath , [
171171 path . resolve ( process . argv [ 1 ] )
172172 ] )
173173}
You can’t perform that action at this time.
0 commit comments