Skip to content

Commit

Permalink
upd - Updated magic file and libmagic library
Browse files Browse the repository at this point in the history
---

Type: upd
Breaking: False
Doc Required: False
Part: 1/1
  • Loading branch information
AptiviCEO committed May 16, 2024
1 parent 9db6fe6 commit 1e22b27
Show file tree
Hide file tree
Showing 10 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Magico.Console/Properties/launchSettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@
"profiles": {
"Magico.Console": {
"commandName": "Project",
"commandLineArgs": "Magico.dll"
"commandLineArgs": "magic.mgc"
},
"Magico.Console - systemwide": {
"commandName": "Project",
"commandLineArgs": "Magico.dll -s"
"commandLineArgs": "magic.mgc -s"
},
"Magico.Console - verbose": {
"commandName": "Project",
"commandLineArgs": "Magico.dll -v"
"commandLineArgs": "magic.mgc -v"
},
"Magico.Console - verbose, systemwide": {
"commandName": "Project",
"commandLineArgs": "Magico.dll -s -v"
"commandLineArgs": "magic.mgc -s -v"
}
}
}
Binary file modified Magico.Native/runtimes/linux-arm/native/libmagic.so
Binary file not shown.
Binary file modified Magico.Native/runtimes/linux-arm64/native/libmagic.so
Binary file not shown.
Binary file modified Magico.Native/runtimes/linux-x64/native/libmagic.so
Binary file not shown.
Binary file modified Magico.Native/runtimes/linux-x86/native/libmagic.so
Binary file not shown.
Binary file modified Magico.Native/runtimes/osx-x64/native/libmagic.dylib
Binary file not shown.
Binary file modified Magico.Native/runtimes/win-x64/native/libmagic.dll
Binary file not shown.
Binary file not shown.
Binary file modified Magico.Native/runtimes/win-x86/native/libmagic.dll
Binary file not shown.
Binary file modified assets/magic.mgc
Binary file not shown.

0 comments on commit 1e22b27

Please sign in to comment.