Skip to content

Commit e529dbe

Browse files
committed
Final updates.
1 parent 74b8d76 commit e529dbe

3 files changed

Lines changed: 3 additions & 6 deletions

File tree

.gitmodules

Lines changed: 0 additions & 3 deletions
This file was deleted.

dep/build.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -956,11 +956,11 @@
956956
url="https://github.com/davidgiven/ImHex",
957957
branch="master",
958958
path="dep/r/imhex",
959-
),
959+
)
960960

961961
git_repository(
962962
name="libromfs_repo",
963963
url="https://github.com/WerWolv/libromfs",
964964
branch="master",
965965
path="dep/r/libromfs",
966-
),
966+
)

doc/building-client.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ either with it, a Greaseweazle, or (to a limited extent) an Applesauce.
77
The CLI is pretty generic libusb stuff and should build and run on pretty much anything; the GUI is based on ImHex and
88
will work wherever ImHex does. Support platforms for the FluxEngine client include Windows, Linux and OSX as
99
well, although on Windows it'll need MSYS2 and mingw32. You'll need to
10-
install some support packages. **You will need to check out git with submodules enabled.**
10+
install some support packages.
1111

1212
- For Linux, see the dockerfiles in
1313
[tests/docker](https://github.com/davidgiven/fluxengine/tree/master/tests/docker).

0 commit comments

Comments
 (0)