Skip to content

Commit

Permalink
Initial Commit (Base app version 2.1.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
GordCaswell committed Nov 20, 2016
1 parent bd9d01c commit ead059f
Show file tree
Hide file tree
Showing 19 changed files with 63 additions and 385 deletions.
163 changes: 0 additions & 163 deletions App/AppInfo/Launcher/AppNamePortable.ini

This file was deleted.

44 changes: 44 additions & 0 deletions App/AppInfo/Launcher/GodotPortable.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
[Launch]
ProgramExecutable=Godot\Godot_v2.1.1-stable_win32.exe
ProgramExecutable64=Godot\Godot_v2.1.1-stable_win64.exe
DirectoryMoveOK=yes
SupportsUNC=yes

[DirectoriesMove]
editor_data=%PAL:AppDir%\Godot\editor_data

[FilesMove]
._sc_=%PAL:AppDir%\Godot

[FileWrite1]
File=%PAL:DataDir%\editor_data\editor_settings.tres
Type=INI
Section=resource
Key=global/editor_language
Value="%PAL:LanguageCustom%"

[FileWrite2]
Type=Replace
File=%PAL:DataDir%\editor_data\editor_settings.tres
Find=%PAL:LastDrive%%PAL:LastPackagePartialDir%\
Replace=%PAL:Drive%%PAL:PackagePartialDir%\

[FileWrite3]
Type=Replace
File=%PAL:DataDir%\editor_data\editor_settings.tres
Find=%PAL:LastDrive%%PAL:LastPortableAppsBaseDir%\
Replace=%PAL:Drive%%PAL:PortableAppsBaseDir%\

[FileWrite4]
Type=Replace
File=%PAL:DataDir%\editor_data\editor_settings.tres
Find=%PAL:LastDrive%\
Replace=%PAL:Drive%\

[Language]
Base=%PortableApps.comLocaleCode%

[LanguageFile]
Type=INI
Section=resource
Key=global/editor_language
Binary file modified App/AppInfo/appicon.ico
Binary file not shown.
Binary file modified App/AppInfo/appicon_128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified App/AppInfo/appicon_16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified App/AppInfo/appicon_32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified App/AppInfo/appicon_75.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
79 changes: 10 additions & 69 deletions App/AppInfo/appinfo.ini
Original file line number Diff line number Diff line change
@@ -1,86 +1,27 @@
;This is an example appinfo.ini that is part of the PortableApps.com Template
;It uses a standard Windows INI format, so any line starting with a semi-colon is treated as a comment
;It is recommended that you use a coding text editor to edit this
;If editing with Notepad++, be sure you have turned off the option to add a BOM as it will break the INI
;Full details on this file: http://portableapps.com/development/portableapps.com_format#appinfo

[Format]
;This section is used by the PortableApps.com Installer and does not normally need to be edited
Type=PortableAppsFormat
Version=3.4

[Details]
;The app details that will be shown to the user and used by the PortableApps.com Platform
;Name is the name of the app. Generally the normal name of the app with " Portable" added to the end
Name=AppName Portable
;AppId is a unique id used by the Platform's updater and app store as well as the Installer
AppId=AppNamePortable
;Publisher includes the name of the original publisher and the organization packaging if different
Publisher=AppName Team & PortableApps.com
;Homepage is the URL of the portable app's homepage which may differ from the app's main homepage
Homepage=PortableApps.com/Development
;Donate is the URL for donations to contribute money to help with development
;Donate=AppName.com/donations
;Category is the type of app. It is used by the Platform for organization. Valid entries are: Accessibility, Development, Education, Games, Graphics & Pictures, Internet, Music & Video, Office, Security or Utilities. Only these exact entries are accepted
Category=Utilities
;Description is a short description of the app. The app name should be omitted. Examples include: "Web browser", "Email client", etc
Description=An example app
;Language indicates how the installer will be built. If a single language, the installer will be built in that language. If Multilingual, a standard installer with all languages will be built. Generally, only Multilingual or English apps are released by PortableApps.com. A full list of languages is available
Name=Godot Portable
AppId=GodotPortable
Publisher=Juan Linietsky, Ariel Manzur & PortableApps.com
Homepage=PortableApps.com/node/55471
Donate=https://godotengine.org/donate
Category=Games
Description=2D and 3D game engine
Language=Multilingual

[License]
;This section includes licensing details on the bundled app.
;Shareable indicates whether an app may be shared from one user to another. Generally true except for commercial apps
Shareable=true
;OpenSource indicates whether an app is open source under an OSI license
OpenSource=true
;Freeware indicates whether an app is freeware and may be used with no charge to the user
Freeware=true
;CommercialUse indicates whether this app may legally be used in a business setting. Some freeware prohibits this
CommercialUse=true
;EULAVersion is the version of the license that comes with the app that the user must agree to before use. This is included as a file EULA.txt within the AppInfo directory. An EULA should *only* be used if the user is required to agree to it before installing. Each time a major change is made to the EULA (not just a formatting change) the version should be increased. Note that open source licenses (GPL, MIT, etc) do not need to be agreed to by the user and should not be included as an EULA.txt.
;EULAVersion=1

[Dependencies]
;This section indicates to the launcher and platform what this app needs to function
;See details at: http://portableapps.com/development/portableapps.com_format#appinfo
;UsesGhostscript=optional
;UsesJava=no
;UsesDotNetVersion=

[Version]
;PackageVersion is used by the installer and the updater. It must be in dotted quad X.X.X.X format for use by Windows. You must ensure that each successive version has a higher package version than the previous or it will not be treated as a newer version by the platform's updater. Generally, the PackageVersion is based on the DisplayVersion. So an app with version 3.4 will have a package version of 3.4.0.0.
PackageVersion=3.4.0.0
;DisplayVersion is displayed to the user and used in naming the installer
DisplayVersion=3.4
;Some example Display and Package versions
;3.4 would be 3.4.0.0
;4.5a would be 4.5.1.0
;1.2 Dev Test 1 would be 1.1.99.1 Why? So we can have room to grow and still use 1.2.0.0 as the official stable release. Dev tests with 3 and 4 digit numbers can be indicated similarly. 4.5.1 Dev Test 1 would be 4.4.1.991 and 4.5.1.1 Dev Test 1 would be 4.5.0.991.
PackageVersion=2.0.11.991
DisplayVersion=2.1.1 Dev Test 1

[Control]
;This indicates to the platform how many icons a given app should have and how the app should be started. All official apps should generally have a single icon. The only exception is for office suites that include multiple big apps. See LibreOffice Portable for an example.
Icons=1
;Start is the EXE that should be run to start the app
Start=AppNamePortable.exe

;[Associations]
;This section indicates to the platform which extensions the app can handle and how to start the app
;See details at: http://portableapps.com/development/portableapps.com_format#appinfo
;FileTypes=html,htm,xhtml,xhtm,xht,shtml
;FileTypeCommandLine=/Open=%1
;FileTypeCommandLine-extension=/OpenExtension=%1
;Protocols=http,https,gtp,gopher
;ProtocolCommandLine=--protocolhandler=%1
;ProtocolCommandLine-protocol=--http:%1
;SendTo=true
;SendToCommandLine=-multiplefiles "%1"
;Shell=true
;ShellCommand=/idlist,%I,%L

;[FileTypeIcons]
;This section indicates which icons to associate with the file types listed in Associations
;See details at: http://portableapps.com/development/portableapps.com_format#appinfo
;swf=video
;ttp=custom
;qwe=app
Start=GodotPortable.exe
16 changes: 0 additions & 16 deletions App/AppInfo/installer.ini

This file was deleted.

Binary file removed App/AppName/AppName.exe
Binary file not shown.
65 changes: 0 additions & 65 deletions App/AppName/AppName.nsi

This file was deleted.

1 change: 0 additions & 1 deletion App/AppName/whatgoeshere.txt

This file was deleted.

Empty file added App/DefaultData/._sc_
Empty file.
1 change: 0 additions & 1 deletion App/DefaultData/whatgoeshere.txt

This file was deleted.

Binary file added App/Godot/Godot_v2.1.1-stable_win32.exe
Binary file not shown.
Binary file added App/Godot/Godot_v2.1.1-stable_win64.exe
Binary file not shown.
Loading

0 comments on commit ead059f

Please sign in to comment.