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
20
20
intro ('Clearing downloaded bundle... ' );
21
21
22
22
$ bundlePath = base_path ('build/__nativephp_app_bundle ' );
23
- $ signaturePath = $ bundlePath . '.asc ' ;
23
+ $ signaturePath = $ bundlePath. '.asc ' ;
24
24
25
25
$ bundleExists = file_exists ($ bundlePath );
26
26
$ signatureExists = file_exists ($ signaturePath );
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ public function handle(): int
67
67
// Download GPG signature if available
68
68
$ signaturePath = null ;
69
69
if (isset ($ buildData ['data ' ]['signature_url ' ])) {
70
- $ signaturePath = $ bundlePath . '.asc ' ;
70
+ $ signaturePath = $ bundlePath. '.asc ' ;
71
71
if (! $ this ->downloadSignature ($ buildData ['data ' ]['signature_url ' ], $ signaturePath )) {
72
72
$ this ->warn ('Failed to download GPG signature file. ' );
73
73
}
You can’t perform that action at this time.
0 commit comments