Skip to content

Commit a25c5f3

Browse files
update fasmg submodule and fasmg executables
1 parent cb9a833 commit a25c5f3

File tree

5 files changed

+3
-4
lines changed

5 files changed

+3
-4
lines changed

tools/fasmg/fasmg-ez80

Submodule fasmg-ez80 updated 1 file

tools/fasmg/linux/fasmg

80 Bytes
Binary file not shown.

tools/fasmg/macos/fasmg

0 Bytes
Binary file not shown.

tools/fasmg/upgrade_fasmg.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ build_fasmg () {
88
}
99

1010
cd fasmg-ez80
11-
git checkout calm
12-
git pull origin calm
11+
git checkout main
12+
git pull origin main
1313
cd ..
1414
mkdir -p .tmp
1515
wget --no-verbose https://flatassembler.net/$(wget --no-verbose https://flatassembler.net/download.php --output-document=- | grep --only-matching --max-count=1 fasmg\\.[0-9a-z]\\+\.zip) --output-document=.tmp/fasmg.zip
@@ -21,4 +21,3 @@ build_fasmg windows fasmg.exe
2121
build_fasmg macos fasmg x64
2222

2323
rm -rf .tmp
24-

tools/fasmg/windows/fasmg.exe

-512 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)