惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Recent Announcements
Recent Announcements
雷峰网
雷峰网
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
Hugging Face - Blog
Hugging Face - Blog
博客园 - 司徒正美
人人都是产品经理
人人都是产品经理
博客园 - 【当耐特】
量子位
有赞技术团队
有赞技术团队
博客园 - 三生石上(FineUI控件)
博客园 - Franky
M
MIT News - Artificial intelligence
U
Unit 42
Last Week in AI
Last Week in AI
酷 壳 – CoolShell
酷 壳 – CoolShell
The Cloudflare Blog
J
Java Code Geeks
V
Visual Studio Blog
Engineering at Meta
Engineering at Meta
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
MyScale Blog
MyScale Blog
T
Tailwind CSS Blog
T
The Blog of Author Tim Ferriss
V
V2EX

AUR Newest Packages

AUR (en) - linuxqq-clipsync-git AUR (en) - libtslitex-git AUR (en) - libtslitex-git AUR (en) - carton-appimage AUR (en) - veila-git AUR (en) - veila-bin AUR (en) - vigil-baseline AUR (en) - byedroid AUR (en) - neovim-base16-git AUR (en) - pirata AUR (en) - rpi-imager-git-non-root AUR (en) - python-fastapi-sso AUR (en) - tmux-ai-titles AUR (en) - zeed-bin AUR (en) - bclone-bin AUR (en) - dwl-git-azerty AUR (en) - auggie-bin AUR (en) - libspatialaudio-git AUR (en) - libspatialaudio AUR (en) - miniupnpd-iptables-legacy AUR (en) - miniupnpd-nft AUR (en) - jeeves-bin AUR (en) - opennow AUR (en) - rotki AUR (en) - kapi-bin AUR (en) - classfi-bin AUR (en) - classfi-git AUR (en) - classfi AUR (en) - giff-git AUR (en) - budget-tracker-bin
AUR (en) - flightcore
2026-06-28 · via AUR Newest Packages

begin-theadventu commented on 2026-06-28 11:08 (UTC)

@Hroi Finally, a fix. Thank you!

Hroi commented on 2026-06-23 20:27 (UTC)

The problem is the .gitignore file in the package, it is preventing tauri from finding its configuration file. My solution was adding another sed patch:

  # Make sure tauri finds its config file
  sed -i '/"scripts": {/,/}/{/"tauri":/s/: "tauri"/: "cd src-tauri \&\& tauri"/}' "$_pkgsrc/package.json"

This enters the src-tauri folder when running npm run tauri and then tauri can discover its config file in that folder without attempting to look through git, which will fail.

chloelove commented on 2026-05-01 18:14 (UTC) (edited on 2026-05-01 18:16 (UTC) by chloelove)

Currently fails during build(): Couldn't recognize the current folder as a Tauri project.

begin-theadventu commented on 2026-03-29 17:58 (UTC)

@xiota Thank you very much! Sorry for my inactivity.

begin-theadventu commented on 2026-02-07 22:35 (UTC)

I've tried multiple times and I can't get v3 to build :(

begin-theadventu commented on 2025-04-09 14:33 (UTC)

@xiota Thank you for the comment.

I downgraded to 2.26.2, new versions fail to build.

begin-theadventu commented on 2023-09-09 19:59 (UTC) (edited on 2023-09-09 20:03 (UTC) by begin-theadventu)

@creyon Whoops, it should be fixed now. Thanks.

creyon commented on 2023-09-09 18:08 (UTC)

This doesn't package correctly, because the .desktop file is in the wrong directory [src] - it should be moved into the src/FlightCore directory, or the reference to it in the PKGBUILD file should be changed.