mirror of https://github.com/PCSX2/pcsx2.git
Updater: Fix incorrect identifier in manifest
This commit is contained in:
parent
02dc164611
commit
deedc5d79f
|
@ -1,6 +1,6 @@
|
|||
//{{NO_DEPENDENCIES}}
|
||||
// Microsoft Visual C++ generated include file.
|
||||
// Used by duckstation-qt.rc
|
||||
// Used by updater.rc
|
||||
//
|
||||
#define IDI_ICON1 102
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<assemblyIdentity
|
||||
version="1.0.0.0"
|
||||
processorArchitecture="*"
|
||||
name="com.github.stenzek.duckstation.updater"
|
||||
name="net.pcsx2.updater"
|
||||
type="win32"
|
||||
/>
|
||||
<description>PCSX2 Updater</description>
|
||||
|
|
Loading…
Reference in New Issue