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}}
|
//{{NO_DEPENDENCIES}}
|
||||||
// Microsoft Visual C++ generated include file.
|
// Microsoft Visual C++ generated include file.
|
||||||
// Used by duckstation-qt.rc
|
// Used by updater.rc
|
||||||
//
|
//
|
||||||
#define IDI_ICON1 102
|
#define IDI_ICON1 102
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<assemblyIdentity
|
<assemblyIdentity
|
||||||
version="1.0.0.0"
|
version="1.0.0.0"
|
||||||
processorArchitecture="*"
|
processorArchitecture="*"
|
||||||
name="com.github.stenzek.duckstation.updater"
|
name="net.pcsx2.updater"
|
||||||
type="win32"
|
type="win32"
|
||||||
/>
|
/>
|
||||||
<description>PCSX2 Updater</description>
|
<description>PCSX2 Updater</description>
|
||||||
|
|
Loading…
Reference in New Issue