橘子
橘子
Same issue under MacOS 11.4, cannot access `$RESOURCE/*` in production mode. As a comparison, I tried scope like`"scope": ["$APP/*"]` which mentioned in the example (https://github.com/tauri-apps/tauri/issues/3573) is accessible in production environment....
@FabianLars emmm dev mode shows: Whether `"scope": ["$RESOURCE"]` is added or not will not affect access ( I think maybe`"$RESOURCE/*"`'s scope includes its own folder ) but production mode shows:...
> > I think maybe"$RESOURCE/*"'s scope includes its own folder > > pretty sure it doesn't, but the globe scope stuff is a little weird at times so it's good...
@FabianLars Excuse me. I change my `fs` section of tauri.config.json to: ``` "fs": { "all": true, "scope": [ "$AUDIO", "$AUDIO/*", "$CACHE", "$CACHE/*", "$CONFIG", "$CONFIG/*", "$DATA", "$DATA/*", "$LOCALDATA", "$LOCALDATA/*", "$DESKTOP", "$DESKTOP/*",...
> > $EXE $RUNTIME $TEMP,to be honest, I don't really care about them > > Not all paths exist on all 3 platforms, that's where the `unable to determine base...
Based on this issue, I found the property `menu_on_left_click` of `SystemTray` doesn't seem to work after setting it in `main.rs`, no matter if the version is 1.0.5 or 1.1.1. When...
Maybe the good news is that it doesn't affect playback :) (yes! also can work in production mode) The code is not complicated in Vue3.
In my case (under Mac OS 11.4.0 X64), although the port is not occupied,but the original app has not been terminated. After change invalid number into a valid number, the...
@Kakamotobi @FabianLars After my attempts (env : MacOS 11.4 , Apple Silicon M1), I found that this API cannot work on dev mode, but the production environment behaves normally. Locate...
Sure. I'll try it right away