Skip to content

Commit

Permalink
.gitmodules,scripts: remove maui submodule
Browse files Browse the repository at this point in the history
Nuget packages are now used instead of submodule, so remove
it.
  • Loading branch information
webwarrior-ws committed Dec 3, 2024
1 parent 4ade2d0 commit 1a4f693
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 10 deletions.
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
[submodule "scripts/fsx"]
path = scripts/fsx
url = https://github.com/nblockchain/fsx.git
[submodule "dependencies/maui"]
path = dependencies/maui
url = https://github.com/nblockchain/Mali.git
1 change: 0 additions & 1 deletion dependencies/maui
Submodule maui deleted from 8f182d
4 changes: 0 additions & 4 deletions scripts/prepare_maui_gtk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,3 @@ chmod 764 $WORKLOAD_MANIFEST_DIR/*
dotnet workload search
dotnet workload install gtk --skip-manifest-update

#Add Maui Nuget source
cd dependencies/maui
dotnet nuget add source --name nuget https://api.nuget.org/v3/index.json
cd ../..
3 changes: 1 addition & 2 deletions scripts/sanitycheck.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,7 @@ let FindOffendingPrintfUsage () =
"src{1}GWallet.Frontend.Console{0}" +
"src{1}GWallet.Frontend.Maui{0}" +
"src{1}GWallet.Backend.Tests{0}" +
"src{1}GWallet.Backend{1}FSharpUtil.fs{0}" +
"dependencies",
"src{1}GWallet.Backend{1}FSharpUtil.fs{0}",
Path.PathSeparator,
Path.DirectorySeparatorChar
)
Expand Down

0 comments on commit 1a4f693

Please sign in to comment.