leanflutter / auto_updater

This plugin allows Flutter desktop apps to automatically update themselves (based on sparkle and winsparkle).
MIT License
278 stars 38 forks source link

error RC2135: file not found #23

Closed MezoPeeta closed 2 years ago

MezoPeeta commented 2 years ago

I got tired of this error D:\Projects\Livine\livine\windows\runner\Runner.rc(127): error RC2135: file not found: + [D:\Projects\Livine\livine\build\windows\runner\livine.vcxproj] D:\Projects\Livine\livine\windows\runner\Runner.rc(131): error RC2135: file not found: + [D:\Projects\Livine\livine\build\windows\runner\livine.vcxproj]

it happens after i add this

+/////////////////////////////////////////////////////////////////////////////
+//
+// WinSparkle
+//

+// And verify signature using DSA public key:
+DSAPub      DSAPEM      "./dsa_pub.pem"

in Runner.rc

MezoPeeta commented 2 years ago

Oh sorry fixed the issue just forgot to remove the + lmao