Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

项目使用Costura会导致更新程序报错 #40

Open
wangydemon opened this issue Jan 7, 2022 · 1 comment
Open

项目使用Costura会导致更新程序报错 #40

wangydemon opened this issue Jan 7, 2022 · 1 comment

Comments

@wangydemon
Copy link

Costura会将SimpleUpdater.dll一起打包,启动后会报路径的形式不合法,
需要在FodyWeavers.xml中的Costura节点添加将SimpleUpdater.dll排除后才能正常使用

<Costura> <ExcludeAssemblies> SimpleUpdater </ExcludeAssemblies> </Costura>

@iccfish
Copy link
Owner

iccfish commented Jan 7, 2022

基于目前的运行流程,此程序集是需要进行排除的。后面实际的更新过程,需要复用自身。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants