- [Core] Added precompiled libs.

This commit is contained in:
Razmoth
2023-09-17 00:59:25 +04:00
parent 7e26194fff
commit 0a0cf2a7d2
6 changed files with 14 additions and 21 deletions

View File

@@ -23,7 +23,7 @@ namespace AssetStudioGUI
{
loadAssetMap.Enabled = false;
var openFileDialog = new OpenFileDialog() { Multiselect = false, Filter = "AssetMap File|*.map" };
var openFileDialog = new OpenFileDialog() { Multiselect = false, Filter = "MessagePack AssetMap File|*.map" };
if (openFileDialog.ShowDialog(this) == DialogResult.OK)
{
var path = openFileDialog.FileName;