File tree Expand file tree Collapse file tree 1 file changed +20
-1
lines changed
Plugins/Flow.Launcher.Plugin.BrowserBookmark Expand file tree Collapse file tree 1 file changed +20
-1
lines changed Original file line number Diff line number Diff line change 36
36
<Prefer32Bit >false</Prefer32Bit >
37
37
</PropertyGroup >
38
38
39
- <Target Name =" RemoveUnnecessaryRuntimes" AfterTargets =" Publish" >
39
+ <Target Name =" RemoveUnnecessaryRuntimesAfterBuild" AfterTargets =" Build" >
40
+ <RemoveDir Directories =" $(OutputPath)runtimes\browser-wasm;
41
+ $(OutputPath)runtimes\linux-arm;
42
+ $(OutputPath)runtimes\linux-arm64;
43
+ $(OutputPath)runtimes\linux-armel;
44
+ $(OutputPath)runtimes\linux-mips64;
45
+ $(OutputPath)runtimes\linux-musl-arm;
46
+ $(OutputPath)runtimes\linux-musl-arm64;
47
+ $(OutputPath)runtimes\linux-musl-x64;
48
+ $(OutputPath)runtimes\linux-ppc64le;
49
+ $(OutputPath)runtimes\linux-s390x;
50
+ $(OutputPath)runtimes\linux-x64;
51
+ $(OutputPath)runtimes\linux-x86;
52
+ $(OutputPath)runtimes\maccatalyst-arm64;
53
+ $(OutputPath)runtimes\maccatalyst-x64;
54
+ $(OutputPath)runtimes\osx-arm64;
55
+ $(OutputPath)runtimes\osx-x64" />
56
+ </Target >
57
+
58
+ <Target Name =" RemoveUnnecessaryRuntimesAfterDeploy" AfterTargets =" Deploy" >
40
59
<RemoveDir Directories =" $(PublishDir)runtimes\browser-wasm;
41
60
$(PublishDir)runtimes\linux-arm;
42
61
$(PublishDir)runtimes\linux-arm64;
You can’t perform that action at this time.
0 commit comments