Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

@ symbols need to be added to filename regex #27

Open
byteface opened this issue Dec 7, 2021 · 0 comments
Open

@ symbols need to be added to filename regex #27

byteface opened this issue Dec 7, 2021 · 0 comments

Comments

@byteface
Copy link
Owner

byteface commented Dec 7, 2021

                    DefaultEngine.ini
            +ShaderCompileWorker
                +Config
                    DefaultEngine.ini
                    +Mac
                        MacEngine.ini
        +Binaries
            +IOS
                UE4Game-IOS-Shipping.target
                UE4Game-IOS-DebugGame
                UE4Game.target
                +Payload
                    +UE4Game.app
                        AppIcon60x60@2x.png
                        Assets.car
                        AppIcon76x76@2x~ipad.png
                UE4Game
                UE4Game-IOS-Shipping
                UE4Game.stub
                UE4Game-IOS-Shipp

I ran mock in the root of unreal and it made an 8mb tree which seems ok. but when i run test on it, it then tries to write files to user folder as the @ symbol breaks the parser. then tilde gets picked up as its preceding that.. dodgy. will have to fix the tilde access as well as the regex.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant