Add container config export/import#2002
Open
gigachadmma69 wants to merge 1 commit intobrunodev85:mainfrom
Open
Add container config export/import#2002gigachadmma69 wants to merge 1 commit intobrunodev85:mainfrom
gigachadmma69 wants to merge 1 commit intobrunodev85:mainfrom
Conversation
Allow users to share and reuse container configurations without manually recreating settings. Exports the container's JSON config (settings only, not the Wine prefix) as a .wcc file. Export: - New "Export Config" option in container popup menu - Saves to Downloads/Winlator/<name>.wcc - Strips device-specific fields (id, cpuList, cpuListWoW64) Import: - New import button in containers toolbar - Opens system file picker for .wcc files - Creates a new container with imported settings via existing createContainerAsync() pipeline (assigns new ID, extracts Wine pattern, applies settings)
|
Please give me your email id |
|
Really the emulator very flaut when I download batman game not perfectly work |
|
Please improve make easy app configuration is very hard |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Allows users to share and reuse container configurations by exporting/importing the settings JSON as a
.wcc(Winlator Container Config) file.Export
Downloads/Winlator/<container-name>.wccid,cpuList,cpuListWoW64) that would be invalid on another deviceImport
.wccfilecreateContainerAsync(JSONObject)pipelineArchitecture
.containerJSON format — just reads, strips the ID, and writescreateContainerAsync(JSONObject)— zero new container creation logic neededInputControlsFragmentfor profile importTest plan
.wccfile appears inDownloads/Winlator/.wccfile in a text editor → valid JSON with all container settings, noidfield.wccfile → new container appears with matching settings