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

Improvements for the @assetsRoute modifier. #55

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

sarmadka
Copy link
Member

  • Enable the @assetsRoute modifier to be used to specify two paths in the file system, one for the source path of the resources and the other to be used when an executable is built for the project.
  • Added getAssetRoutesFromModules function.

* Enable the @assetsRoute modifier to be used to specify
  two paths in the file system, one for the source path
  of the resources and the other to be used when an
  executable is built for the project.
* Added `getAssetRoutesFromModules` function.
@sarmadka sarmadka changed the title Improvements the @assetsRoute modifier. Improvements for the @assetsRoute modifier. Feb 24, 2025
Spp.SeekerFlags.SKIP_OWNERS | Spp.SeekerFlags.SKIP_USES | Spp.SeekerFlags.SKIP_CHILDREN
);
func generateAssetRoutesInitialization (modulesRef: ref[Core.Basic.TiObject]) {
def assetRoutes: Array[StaticRoute] = getAssetsRoutesFromModules(modulesRef);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

اذا اخي الكريم اصبحت عملية مسار الassets تتم من السيرفر وياخذها الناشر من هنا ممتاز اعتقد هكذا افضل

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

Successfully merging this pull request may close these issues.

2 participants