Open z1glr opened 1 month ago
Yes, @DerArkeN with #208 fixed this but caused the final non-debug build to fail as the files are included dynamically and thus not considered by the build. There are ways to statically force folders to be included in the build, however, I was not able to get it working prior to releasing v3, so I partially reverted it.
Nevertheless, I am still interested in a version that defaults to the Free version if the pro files are not included. So everyone is invited to have look at it. I failed in, e.g., altering the vite config file to include the folders no matter what, when running npm run build
.
I'm (still) experiencing a similar problem as in https://github.com/sebinside/StreamAwesome/issues/207
Somehow the checks implemented by https://github.com/sebinside/StreamAwesome/pull/208 don't seem to work. I tried changing the
fontAwesomeVersionInfo
object inmodel/versions.ts
tobut this doesn't help either. Replacing the if-statement in
main.ts
withdoes work however.
Reproduce