Skip to content

Commit 629b4f3

Browse files
committed
Add Code Playground tool
1 parent 60296f7 commit 629b4f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build/linux.build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version: 16
1+
version: 17

src/main/core/AppHelper.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ export class AppHelper {
9595
} else if (isLinux()) {
9696
const helperFile = global.Server.isArmArch
9797
? 'flyenv-helper-linux-arm64'
98-
: 'flyenv-helper-linux-amd64'
98+
: 'flyenv-helper-linux-amd64-v1'
9999
const binDir = PathResolve(global.Server.Static!, '../../../build/')
100100
const bin = PathResolve(binDir, `../src/helper-go/dist/${helperFile}`)
101101
const shDir = join(global.Server.Static!, 'sh')

0 commit comments

Comments
 (0)