File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/Electron/Commands/Bifrost Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ public function handle(): int
2020 intro ('Clearing downloaded bundle... ' );
2121
2222 $ bundlePath = base_path ('build/__nativephp_app_bundle ' );
23- $ signaturePath = $ bundlePath . '.asc ' ;
23+ $ signaturePath = $ bundlePath. '.asc ' ;
2424
2525 $ bundleExists = file_exists ($ bundlePath );
2626 $ signatureExists = file_exists ($ signaturePath );
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ public function handle(): int
6767 // Download GPG signature if available
6868 $ signaturePath = null ;
6969 if (isset ($ buildData ['data ' ]['signature_url ' ])) {
70- $ signaturePath = $ bundlePath . '.asc ' ;
70+ $ signaturePath = $ bundlePath. '.asc ' ;
7171 if (! $ this ->downloadSignature ($ buildData ['data ' ]['signature_url ' ], $ signaturePath )) {
7272 $ this ->warn ('Failed to download GPG signature file. ' );
7373 }
You can’t perform that action at this time.
0 commit comments