S sorex Expert Licensed User Longtime User Dec 9, 2018 #1 Hello, When making changes and are ready to publish my app I tend to use the File > Export as ZIP and give it the version number for storage in a Published folder. When I do this with 8.50 the zip file is created but it doesn't contain the Files folder.
Hello, When making changes and are ready to publish my app I tend to use the File > Export as ZIP and give it the version number for storage in a Published folder. When I do this with 8.50 the zip file is created but it doesn't contain the Files folder.
Erel B4X founder Staff member Licensed User Longtime User Dec 9, 2018 #2 Do the files appear in the files tab (not the folder)? Upvote 0
S sorex Expert Licensed User Longtime User Dec 9, 2018 #3 no they weren't. after pressing sync they showed up again. weird. I'm using that custom build method with the source files folder in the parent folder. Upvote 0
no they weren't. after pressing sync they showed up again. weird. I'm using that custom build method with the source files folder in the parent folder.
Erel B4X founder Staff member Licensed User Longtime User Dec 9, 2018 #4 It is expected. You must add them once by clicking on sync. Upvote 0
S sorex Expert Licensed User Longtime User Dec 9, 2018 #5 do I need to manually sync each time I add a file to that shared files folder? but then it needs to be done after running the app first as the robocopy sync only happens during compilation. order wise not really logical imho. it's maybe better to auto run the folder tab sync after a robocopy custom build? Upvote 0
do I need to manually sync each time I add a file to that shared files folder? but then it needs to be done after running the app first as the robocopy sync only happens during compilation. order wise not really logical imho. it's maybe better to auto run the folder tab sync after a robocopy custom build?
Erel B4X founder Staff member Licensed User Longtime User Dec 9, 2018 #6 sorex said: do I need to manually sync each time I add a file to that shared files folder? Click to expand... Yes. sorex said: but then it needs to be done after running the app first as the robocopy sync only happens during compilation. Click to expand... That's true. It is indeed not ideal. The IDE doesn't know what the custom build action does. It just executes it. You can also copy the files to the Files tab if you like after you add them to the shared folder (needed once only). Upvote 0
sorex said: do I need to manually sync each time I add a file to that shared files folder? Click to expand... Yes. sorex said: but then it needs to be done after running the app first as the robocopy sync only happens during compilation. Click to expand... That's true. It is indeed not ideal. The IDE doesn't know what the custom build action does. It just executes it. You can also copy the files to the Files tab if you like after you add them to the shared folder (needed once only).
S sorex Expert Licensed User Longtime User Dec 9, 2018 #7 ok, thanks. I'll keep that in mind. It's not that this constantly happends either. Upvote 0