Pake icon indicating copy to clipboard operation
Pake copied to clipboard

打包好的app涉及到网页上保存到本地的操作均无法正常使用

Open handbye opened this issue 2 years ago • 1 comments
trafficstars

我打包了一个 https://excalidraw.com/ 这个网站 其中有一个操作是将画的图保存到本次,在网页上正常使用,但是app上点击保存到本地没反应。 image 导出到本地的功能也不行。 image

handbye avatar Dec 31 '22 13:12 handbye

这个我们近期支持一波,相当于是下载协议需要转换下

tw93 avatar Jan 01 '23 13:01 tw93

已经支持,假如是actions的打包可以直接更新你的到最新的master包,关于命令行的方式跟随下次更新

tw93 avatar Jan 13 '23 15:01 tw93

感谢,已重新打包,功能可用。但是action 打包linux app时,出现以下错误! image

Run curl -L https://github.com/probonopd/uploadtool/raw/master/upload.sh --output upload.sh
  curl -L https://github.com/probonopd/uploadtool/raw/master/upload.sh --output upload.sh
  bash upload.sh output/*/*.*
  shell: /usr/bin/bash -e {0}
  env:
    CACHE_KEY: [2](https://github.com/handbye/Pake/actions/runs/3917027210/jobs/6696560932#step:9:2)6202d268d61476264656ddbd28af00[3](https://github.com/handbye/Pake/actions/runs/3917027210/jobs/6696560932#step:9:3)
    MSYS: winsymlinks:nativestrict
    GITHUB_TOKEN: ***
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0

100 10629  100 10629    0     0  280[4](https://github.com/handbye/Pake/actions/runs/3917027210/jobs/6696560932#step:9:4)4      0 --:--:-- --:--:-- --:--:-- 2[8](https://github.com/handbye/Pake/actions/runs/3917027210/jobs/6696560932#step:9:8)044
output/*/*.* is missing, giving up.
Error: Process completed with exit code 1.

handbye avatar Jan 14 '23 05:01 handbye