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

推荐订阅源

J
Java Code Geeks
Google DeepMind News
Google DeepMind News
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
小众软件
小众软件
Blog — PlanetScale
Blog — PlanetScale
腾讯CDC
A
About on SuperTechFans
Vercel News
Vercel News
I
InfoQ
阮一峰的网络日志
阮一峰的网络日志
月光博客
月光博客
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
人人都是产品经理
人人都是产品经理
S
SegmentFault 最新的问题
V
Visual Studio Blog
T
Tailwind CSS Blog
大猫的无限游戏
大猫的无限游戏
M
MIT News - Artificial intelligence
博客园 - 【当耐特】
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
Microsoft Azure Blog
Microsoft Azure Blog
Apple Machine Learning Research
Apple Machine Learning Research
GbyAI
GbyAI
美团技术团队

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.