A.Lick
A.Lick
Just create a new blank workflow and right click on it and choose "open in finder", then put the downloaded files in the folder and you will see it works.
[traktflix.app](https://github.com/AlickH/CompiledAppArchive/blob/main/traktflix.app.zip?raw=true) Compiled by `xcrun safari-web-extension-converter` command Just put it in Application Folder and check the `Safari-Develop-Allow unsigned extensions` option.
Maybe could combine this with whitelist to choose which path or url to use path or title, or let user to write it to config file to choose title or...
可以自己用`xcrun safari-web-extension-converter`命令来转换编译 注意要把 manifest.json 里的"manifest_version"改成 2 再转换编译才行 不然就算编译成功了 Safari 也会提示错误 这是我编译好的版本 [CCFrank.app](https://github.com/AlickH/CompiledAppArchive/blob/main/CCFrank.app.zip?raw=true) 使用的时候把Safari菜单栏的“开发”——“允许未签名的扩展”勾选上(每次重启Safari都要勾选一次)
> > 可以自己用 `xcrun safari-web-extension-converter` 命令来转换编译 注意要把 manifest.json 里的 "manifest_version" 改成 2 再转换编译才行 不然就算编译成功了 Safari 也会提示错误 > > 这是我编译好的版本 [CCFrank.app](https://github.com/AlickH/CompiledAppArchive/blob/main/CCFrank.app.zip?raw=true) 使用的时候把 Safari 菜单栏的 “开发”——“允许未签名的扩展” 勾选上(每次重启 Safari 都要勾选一次) > > 感谢您的解决方案!...
才看到 = = 这个我用的是这位大佬的二进制文件 https://github.com/jenghis/nshift 所以修改源码应该可以实现吧 = =
find another way to solve this pronlem: just copy the `X11` folder into the `xorg` folder and `make`
只要自己下载一个Xcode然后build一下就可以运行了
+1 希望有此功能
> For `pyinstaller` specifically: It seems `pyinstaller` supports `-c` as the second to last argument as long as the command starts with `from multiprocessing.resource_tracker import main`. So a hacky fix...