Commit 2286dfe0008b94126cfb391e3442ab906ae0a531
1 parent
40e8efc8
Exists in
master
organizando pastas no repositorio
Showing
4 changed files
with
7 additions
and
7 deletions
Show diff stats
install/inno setup/user_install.iss
... | ... | @@ -6,7 +6,7 @@ |
6 | 6 | #define MyAppName "VLibras" |
7 | 7 | #define MyAppVersion "beta" |
8 | 8 | #define MyAppPublisher "LAViD" |
9 | -#define MyAppURL "http://www.vlibrasplayer.lavid.ufpb.br" | |
9 | +#define MyAppURL "http://vlibrasplayer.lavid.ufpb.br" | |
10 | 10 | #define MyAppExeName "Playerx86.exe" |
11 | 11 | |
12 | 12 | [Setup] |
... | ... | @@ -21,13 +21,13 @@ DefaultDirName={sd}\vlibras-libs |
21 | 21 | DisableDirPage=yes |
22 | 22 | DefaultGroupName={#MyAppName} |
23 | 23 | DisableProgramGroupPage=yes |
24 | -OutputDir=saida | |
24 | +OutputDir="C:\Users\bruno\Desktop\saida" | |
25 | 25 | OutputBaseFilename=VLibras Installer |
26 | -SetupIconFile="C:\Users\bruno\Desktop\user_install\icons\deaf.ico" | |
26 | +SetupIconFile="C:\Users\bruno\Desktop\user_install\icons\icon_deaf.ico" | |
27 | 27 | Compression=lzma |
28 | 28 | SolidCompression=yes |
29 | 29 | WizardImageFile = "C:\Users\bruno\Desktop\user_install\icons\avatar.bmp" |
30 | -WizardSmallImageFile = "C:\Users\bruno\Desktop\user_install\icons\icon.bmp" | |
30 | +WizardSmallImageFile = "C:\Users\bruno\Desktop\user_install\icons\small2.bmp" | |
31 | 31 | |
32 | 32 | [Languages] |
33 | 33 | Name: "brazilianportuguese"; MessagesFile: "compiler:Languages\BrazilianPortuguese.isl" |
... | ... | @@ -40,11 +40,11 @@ Name: "quicklaunchicon"; Description: "{cm:CreateQuickLaunchIcon}"; GroupDescrip |
40 | 40 | Source: "C:\Users\bruno\Desktop\user_install\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs |
41 | 41 | |
42 | 42 | [Icons] |
43 | -Name: "{group}\{#MyAppName}"; Filename: "{app}\Player\{#MyAppExeName}"; IconFilename: "{app}\icons\deaf.ico" | |
43 | +Name: "{group}\{#MyAppName}"; Filename: "{app}\Player\{#MyAppExeName}"; IconFilename: "{app}\icons\icon_deaf.ico" | |
44 | 44 | Name: "{group}\{cm:ProgramOnTheWeb,{#MyAppName}}"; Filename: "{#MyAppURL}" |
45 | 45 | Name: "{group}\{cm:UninstallProgram,{#MyAppName}}"; Filename: "{uninstallexe}" |
46 | -Name: "{commondesktop}\{#MyAppName}"; Filename: "{app}\Player\{#MyAppExeName}"; Tasks: desktopicon; IconFilename: "{app}\icons\deaf.ico" | |
47 | -Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\{#MyAppName}"; Filename: "{app}\Player\{#MyAppExeName}"; Tasks: quicklaunchicon; IconFilename: "{app}\icons\deaf.ico" | |
46 | +Name: "{commondesktop}\{#MyAppName}"; Filename: "{app}\Player\{#MyAppExeName}"; Tasks: desktopicon; IconFilename: "{app}\icons\icon_deaf.ico" | |
47 | +Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\{#MyAppName}"; Filename: "{app}\Player\{#MyAppExeName}"; Tasks: quicklaunchicon; IconFilename: "{app}\icons\icon_deaf.ico" | |
48 | 48 | |
49 | 49 | [Run] |
50 | 50 | Filename: {sd}\vlibras-libs\required\user_install.bat; Flags: runhidden | ... | ... |
plugin/Plugin-x64/CorePlugin.lib
No preview for this file type
plugin/Plugin-x86/CorePlugin.dll
No preview for this file type
plugin/Plugin-x86/CorePlugin.lib
No preview for this file type