Faisal Amir
39b1ba4691
chore: check support blur using hardware api
2025-10-06 10:55:17 +07:00
Vanalite
a62852f384
fix: Restore default permission on desktop build
...
Restore desktop capabilities
Restore linter correctness
Restore different capabilities on each platform
2025-09-30 17:01:09 +07:00
Vanalite
5e57caee43
Merge remote-tracking branch 'origin/dev' into mobile/dev
...
# Conflicts:
# extensions/yarn.lock
# package.json
# src-tauri/plugins/tauri-plugin-hardware/src/vendor/vulkan.rs
# src-tauri/src/lib.rs
# yarn.lock
2025-09-29 22:22:00 +07:00
Louis
5fd249c72d
refactor: deprecate Vulkan external binaries ( #6638 )
...
* refactor: deprecate vulkan binary
refactor: clean up vulkan lib
chore: cleanup
chore: clean up
chore: clean up
fix: build
* fix: skip binaries download env
* Update src-tauri/utils/src/system.rs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update src-tauri/utils/src/system.rs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-09-29 17:47:59 +07:00
Vanalite
814024982e
feat: Experiment removing hardware permission
2025-09-25 00:49:14 +07:00
Minh141120
f1d97ac834
chore: install vc_redist.x64 from script
2025-09-23 20:42:34 +07:00
Minh141120
50b66eff74
chore: update hooks to install vcredist.exe and update path for dll and license file
2025-09-23 19:00:39 +07:00
Minh141120
7257eb4ae6
chore: add LICENSE and vulkan-1.dll at instdir
2025-09-23 19:00:39 +07:00
Minh141120
8951123557
chore: add libvulkan for windows
2025-09-23 19:00:39 +07:00
Minh141120
0151274659
chore: update installerIcon on nsis config
2025-09-23 19:00:39 +07:00
Minh141120
53707a5083
chore: use default nsis template
2025-09-23 19:00:39 +07:00
Minh141120
022048f577
chore: embed webview2 bootstrapper in tauri windows
2025-09-16 18:43:32 +07:00
Louis
c550f6cf0d
Merge pull request #5809 from menloresearch/refactor/simplify-proxy-settings
...
refactor: simplify proxy settings by removing unused SSL verification options
2025-07-19 16:34:37 +07:00
Louis
37718d1e71
fix: build issue with legacy libs
2025-07-10 20:17:20 +07:00
Louis
389721ba89
fix: build step
2025-07-10 16:49:21 +07:00
D. Rect.
4134917a45
refactor: split platform specific config out of tauri.conf.json
...
Allows for better per platform default config. Currently the
default serves windows/macos fine while it has to be tweaked
in order to build for linux
make build-tauri now successfully runs where it errored out before.
Appimages made with make alone however is incomplete as there are
still post processing steps in the github release workflow to bundle
additional resources.
- split platform specific config out of tauri.conf.json into auxiliary
platform specific config files, natively supported by tauri
- pull improved defaults out of template-tauri-build-linux-x64.yml
into new tauri.linux.conf.json
- fix tauri-build-linx-x64.yml to utilize new tauri.linux.conf.json
2025-07-10 04:50:12 +00:00