mirror of
https://github.com/yuzu-emu/citra-qt-installer.git
synced 2024-11-21 23:05:41 +01:00
Merge branch 'master' into 'master'
Fix references to Canary in update scripts See merge request !1
This commit is contained in:
commit
2d5ddbe923
@ -12,18 +12,18 @@ Component.prototype.createOperations = function()
|
||||
{
|
||||
component.createOperations();
|
||||
|
||||
component.addOperation("CreateDesktopEntry", "citra-bleeding-edge.desktop",
|
||||
"Version=1.0" +
|
||||
"Type=Application" +
|
||||
"Name=Citra Bleeding Edge" +
|
||||
"GenericName=3DS Emulator" +
|
||||
"GenericName[fr]=Émulateur 3DS" +
|
||||
"Comment=Nintendo 3DS video game console emulator" +
|
||||
"Comment[fr]=Émulateur de console de jeu Nintendo 3DS" +
|
||||
"Icon=citra" +
|
||||
"TryExec=@TargetDir@/bleeding/citra-qt" +
|
||||
"Exec=@TargetDir@/bleeding/citra-qt %f" +
|
||||
"Categories=Game;Emulator;Qt;" +
|
||||
"MimeType=application/x-ctr-3dsx;application/x-ctr-cci;application/x-ctr-cia;application/x-ctr-cxi;" +
|
||||
"Keywords=3DS;Nintendo;");
|
||||
component.addOperation("CreateDesktopEntry", "citra-canary.desktop",
|
||||
"Version=1.0\n" +
|
||||
"Type=Application\n" +
|
||||
"Name=Citra Canary\n" +
|
||||
"GenericName=3DS Emulator\n" +
|
||||
"GenericName[fr]=Émulateur 3DS\n" +
|
||||
"Comment=Nintendo 3DS video game console emulator\n" +
|
||||
"Comment[fr]=Émulateur de console de jeu Nintendo 3DS\n" +
|
||||
"Icon=citra\n" +
|
||||
"TryExec=@TargetDir@/canary/citra-qt\n" +
|
||||
"Exec=@TargetDir@/canary/citra-qt %f\n" +
|
||||
"Categories=Game;Emulator;Qt;\n" +
|
||||
"MimeType=application/x-ctr-3dsx;application/x-ctr-cci;application/x-ctr-cia;application/x-ctr-cxi;\n" +
|
||||
"Keywords=3DS;Nintendo;\n");
|
||||
}
|
||||
|
@ -13,17 +13,17 @@ Component.prototype.createOperations = function()
|
||||
component.createOperations();
|
||||
|
||||
component.addOperation("CreateDesktopEntry", "citra.desktop",
|
||||
"Version=1.0" +
|
||||
"Type=Application" +
|
||||
"Name=Citra" +
|
||||
"GenericName=3DS Emulator" +
|
||||
"GenericName[fr]=Émulateur 3DS" +
|
||||
"Comment=Nintendo 3DS video game console emulator" +
|
||||
"Comment[fr]=Émulateur de console de jeu Nintendo 3DS" +
|
||||
"Icon=citra" +
|
||||
"TryExec=@TargetDir@/nightly/citra-qt" +
|
||||
"Exec=@TargetDir@/nightly/citra-qt %f" +
|
||||
"Categories=Game;Emulator;Qt;" +
|
||||
"MimeType=application/x-ctr-3dsx;application/x-ctr-cci;application/x-ctr-cia;application/x-ctr-cxi;" +
|
||||
"Keywords=3DS;Nintendo;");
|
||||
"Version=1.0\n" +
|
||||
"Type=Application\n" +
|
||||
"Name=Citra\n" +
|
||||
"GenericName=3DS Emulator\n" +
|
||||
"GenericName[fr]=Émulateur 3DS\n" +
|
||||
"Comment=Nintendo 3DS video game console emulator\n" +
|
||||
"Comment[fr]=Émulateur de console de jeu Nintendo 3DS\n" +
|
||||
"Icon=citra\n" +
|
||||
"TryExec=@TargetDir@/nightly/citra-qt\n" +
|
||||
"Exec=@TargetDir@/nightly/citra-qt %f\n" +
|
||||
"Categories=Game;Emulator;Qt;\n" +
|
||||
"MimeType=application/x-ctr-3dsx;application/x-ctr-cci;application/x-ctr-cia;application/x-ctr-cxi;\n" +
|
||||
"Keywords=3DS;Nintendo;\n");
|
||||
}
|
||||
|
@ -12,6 +12,6 @@ Component.prototype.createOperations = function()
|
||||
{
|
||||
component.createOperations();
|
||||
|
||||
component.addOperation("CreateShortcut", "@TargetDir@/bleeding/citra-qt.exe", "@StartMenuDir@/Citra-Bleeding.lnk",
|
||||
"workingDirectory=@TargetDir@/bleeding");
|
||||
component.addOperation("CreateShortcut", "@TargetDir@/canary/citra-qt.exe", "@StartMenuDir@/Citra Canary.lnk",
|
||||
"workingDirectory=@TargetDir@/canary");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user