You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Summary
After creating a project, saving a file results in the file being saved in an incorrect file path.
To Reproduce
Steps to reproduce the behavior:
Launch the Bridge AppImage on Linux
Create a new pack
Create and/or modify a file
Save the file
Observe resulting file in folder where bridge was launched
Observed behavior
When saving a modified file, the file is saved in the current directory with the name of the file path where it should have been saved, with inverted slashes. Expected behavior
When saving a modified file, the file is saved in /home/username/.local/share/mcpelauncher/games/com.mojang/development_behavior_packs/
Screenshots / File Attachments
Platform:
OS: Kubuntu 19.10
App Version: 0.13.32 (AppImage)
Additional context
Linux file paths use forward slashes, not back slashes. The initial pack files are created in the proper locations, the bug only happens with user saved files.
The text was updated successfully, but these errors were encountered:
The above commit probably fixes this issue. I am not sure whether removing this legacy code line breaks logic elsewhere inside of the app though. That's why I didn't remove it before... Gonna need some more testing before I publish a version with this fix
Summary
After creating a project, saving a file results in the file being saved in an incorrect file path.
To Reproduce
Steps to reproduce the behavior:
Observed behavior
When saving a modified file, the file is saved in the current directory with the name of the file path where it should have been saved, with inverted slashes.
Expected behavior
When saving a modified file, the file is saved in /home/username/.local/share/mcpelauncher/games/com.mojang/development_behavior_packs/
Screenshots / File Attachments
Platform:
Additional context
Linux file paths use forward slashes, not back slashes. The initial pack files are created in the proper locations, the bug only happens with user saved files.
The text was updated successfully, but these errors were encountered: