Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
48fcfee
Add option for launch with gradle
Noars Aug 1, 2022
d93d5e9
set the base for windows
Noars Aug 2, 2022
e84c656
Convert script linux to windows
Noars Aug 3, 2022
83e428f
Download and extract
Noars Aug 4, 2022
3ba692b
Add python
Noars Aug 5, 2022
16a563a
setup innosetup for python
Noars Aug 8, 2022
2172b1f
add some features
Noars Aug 8, 2022
656cad9
Fix error spotbugs
Noars Aug 8, 2022
00638e6
Save version and read
Noars Aug 9, 2022
cce7110
GoogleChromePortable part1
Noars Aug 9, 2022
c272cca
GoogleChromePortable part2
Noars Aug 9, 2022
3278829
Google chrome portable part3
Noars Aug 9, 2022
c0d2621
Fix spotbugs & last part for google
Noars Aug 10, 2022
6200612
Fix for the exe
Noars Aug 10, 2022
3e2dc8c
Fix bat script + maj
Noars Aug 11, 2022
82d7414
Update release.yml
Noars Aug 12, 2022
c4c1a71
chrome portable with cors
Noars Aug 12, 2022
c19c737
fix port and add wget
Noars Aug 23, 2022
775514f
Fix port and some stuff
Noars Aug 24, 2022
f25a5fc
Fix
Noars Aug 25, 2022
48bc7d2
Fix spotbugs errors
Noars Aug 25, 2022
8d7cdbb
Fix version of gaze
Noars Aug 29, 2022
dfb81f0
Fix script close app
Noars Aug 30, 2022
6c105b5
Fix download
Noars Sep 5, 2022
ea019ba
Fix message in download
Noars Sep 5, 2022
30410d0
Fix launch GazePlay
Noars Sep 5, 2022
16af56b
scripts for reset ports
Noars Sep 6, 2022
dfe9ae7
Fix scripts
Noars Sep 6, 2022
89e0a97
Fix scripts for rename and delete file
Noars Sep 6, 2022
2097b58
Fix download Gaze
Noars Sep 6, 2022
7a86e97
Fix update and download application
Noars Sep 7, 2022
9a441cf
Try find error on windows 11
Noars Sep 7, 2022
3f31d63
Fix path file
Noars Sep 7, 2022
5910bc2
Add timer
Noars Sep 7, 2022
d9c1cca
Add dynamical Version and date for interface
Noars Sep 8, 2022
a3068d2
Fix path
Noars Sep 12, 2022
da58784
Add security for download
Noars Sep 12, 2022
ffc81e3
Fix bug security download
Noars Sep 12, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,15 @@ jobs:
chmod -R 777 build/jre

- name: Run Gradle Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
./gradlew --stacktrace --info packageApp

- name: Genrate Windows Installer with InnoSetup
run: |
chmod 777 build/distributions
chmod -R 777 build/jre
./gradlew --stacktrace --info generateWindowsInstallerInDocker

- name: Get Env
run: |
echo "REPO_NAME=${{ github.repository }}" >> $GITHUB_ENV
Expand Down Expand Up @@ -70,4 +74,5 @@ jobs:
./build/distributions/InterAACtionBox_Interface-noJRE.tar.gz
./build/distributions/InterAACtionBox_Interface-noJRE.zip
./build/distributions/InterAACtionBox_Interface-windows.zip
./build/distributions/InterAACtionBoxAFSR-windows-x64-installer.exe
github-token: ${{ secrets.GITHUB_TOKEN }}
13 changes: 13 additions & 0 deletions GoogleChromePortable/App/AppInfo/EULA.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Please note that you MUST sign into Google Chrome with your associated Google account in order to have a fully functional browser when used portably. Unlike other browsers, some components of Google Chrome are locked to a given PC and will be lost if you move from PC to PC including extensions, extension settings and data, homepage and search settings, etc. This is by design of the Google Chrome team.

Passwords are not portable by default but can be made portable using a configuration option within the launcher's INI file. They may be portable while signed into Google.

Certificates and Chrome apps installed outside the browser are not portable and are installed on the local machine.

By installing, you are agreeing to the current Google Terms of Service: https://policies.google.com/terms

and Chrome and Chrome OS Additional Terms of Service: https://www.google.com/chrome/terms/

Portableapps.com is not affiliated with Google. Google and Chrome are trademarks or registered trademarks of Google Inc.

Portions of Google Chrome Portable utilize SQLite3. The license is available here: https://www.sqlite.org/copyright.html
Binary file added GoogleChromePortable/App/AppInfo/appicon.ico
Binary file not shown.
Binary file added GoogleChromePortable/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 added GoogleChromePortable/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 added GoogleChromePortable/App/AppInfo/appicon_256.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 added GoogleChromePortable/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 added GoogleChromePortable/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.
39 changes: 39 additions & 0 deletions GoogleChromePortable/App/AppInfo/appinfo.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
[Format]
Type=PortableApps.comFormat
Version=3.5

[Details]
Name=Google Chrome Portable
AppId=GoogleChromePortable
Publisher=Google & PortableApps.com
Homepage=https://portableapps.com/apps/internet/google_chrome_portable
Category=Internet
Description=Web browser
Language=Multilingual
Trademarks=
InstallType=

[License]
Shareable=true
OpenSource=false
Freeware=true
CommercialUse=true
EULAVersion=2

[Version]
PackageVersion=104.0.5112.81
DisplayVersion=104.0.5112.81

[SpecialPaths]
Plugins=Chrome-bin\Plugins

[Control]
BaseAppID=Chrome.ZQNWJZRJIK3UCX77OAOZ4G6E.profile.Default
Icons=1
Start=GoogleChromePortable.exe

[Associations]
FileTypes=htm,html,shtml,xht,xhtml
FileTypeCommandLine=-- "%1"
Protocols=ftp,http,https
ProtocolCommandLine=-- "%1"
14 changes: 14 additions & 0 deletions GoogleChromePortable/App/AppInfo/installer.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
[DownloadFiles]
DownloadURL=https://dl.google.com/release2/chrome/acryzwk4bzyqlfwvkoxjvflmon2q_104.0.5112.81/104.0.5112.81_chrome_installer.exe
DownloadName=Google Chrome (Stable)
DownloadFilename=104.0.5112.81_chrome_installer.exe
DownloadMD5=0ab0879b151899b1574f466120ea3e47
AdditionalInstallSize=239000
DoubleExtractFilename=chrome.7z
DoubleExtract1To=App
DoubleExtract1Filter=Chrome-bin\**
DownloadSHA256=4EE180631B32A8B9CA2F0B48ABF9C0AA3A92B5A13739E88F5E04DF25719A5EC4

[DirectoriesToPreserve]
PreserveDirectory1=App\Chrome-bin\Plugins
PreserveDirectory2=App\Chrome-bin\Dictionaries
11 changes: 11 additions & 0 deletions GoogleChromePortable/App/AppInfo/pac_installer_log.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[PortableApps.comInstaller]
Info1=Do not delete or modify this file. It may be necessary for this app to function correctly.
Info2=This file was generated by the PortableApps.com Installer wizard and modified by the official PortableApps.com Installer TM Rare Ideas, LLC as the app was installed.
Info3=This file should be excluded from git repositories by using the appropriate gitignore.
Run=true
WizardVersion=3.7.2.0
PackagingDate=2022-08-02
PackagingTime=15:21:28
InstallerVersion=3.7.2.0
InstallDate=2022-08-09
InstallTime=10:45:50
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<assembly
xmlns='urn:schemas-microsoft-com:asm.v1' manifestVersion='1.0'>
<assemblyIdentity
name='104.0.5112.79'
version='104.0.5112.79'
type='win32'/>
<file name='chrome_elf.dll'/>
</assembly>
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<assembly
xmlns='urn:schemas-microsoft-com:asm.v1' manifestVersion='1.0'>
<assemblyIdentity
name='104.0.5112.80'
version='104.0.5112.80'
type='win32'/>
<file name='chrome_elf.dll'/>
</assembly>
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<assembly
xmlns='urn:schemas-microsoft-com:asm.v1' manifestVersion='1.0'>
<assemblyIdentity
name='104.0.5112.81'
version='104.0.5112.81'
type='win32'/>
<file name='chrome_elf.dll'/>
</assembly>
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
// This json file will contain a list of extensions that will be included
// in the installer.

{
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"name": "MEI Preload",
"icons": {},
"version": "1.0.7.1652906823",
"manifest_version": 2,
"update_url": "https://clients2.google.com/service/update2/crx",
"description": "Contains preloaded data for Media Engagement"
}
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Google LLC and its affiliates ("Google") own all legal right, title and
interest in and to the content decryption module software ("Software") and
related documentation, including any intellectual property rights in the
Software. You may not use, modify, sell, or otherwise distribute the Software
without a separate license agreement with Google. The Software is not open
source software.

If you are interested in licensing the Software, please contact www.widevine.com
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"manifest_version": 2,
"update_url": "https://clients2.google.com/service/update2/crx",
"name": "WidevineCdm",
"description": "Widevine Content Decryption Module",
"version": "4.10.2449.0",
"minimum_chrome_version": "68.0.3430.0",
"x-cdm-module-versions": "4",
"x-cdm-interface-versions": "10",
"x-cdm-host-versions": "10",
"x-cdm-codecs": "vp8,vp09,avc1,av01",
"x-cdm-persistent-license-support": true,
"x-cdm-supported-encryption-schemes": [
"cenc",
"cbcs"
],
"icons": {
"16": "imgs/icon-128x128.png",
"128": "imgs/icon-128x128.png"
},
"platforms": [
{
"os": "win",
"arch": "x64",
"sub_package_path": "_platform_specific/win_x64/"
},
{
"os": "win",
"arch": "x86",
"sub_package_path": "_platform_specific/win_x86/"
},
{
"os": "win",
"arch": "arm64",
"sub_package_path": "_platform_specific/win_arm64/"
}
]
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
// Dictionary of default apps to install into new profiles. They will be
// dynamically downloaded and installed from CWS on profile creation.
{
// Drive extension
"ghbmnnjooekpmoecnnnilnnbdlolhkhi" : {
"external_update_url": "https://clients2.google.com/service/update2/crx"
}
}

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"file_format_version": "1.0.0", "ICD": {"library_path": ".\\vk_swiftshader.dll", "api_version": "1.0.5"}}
Binary file not shown.
Empty file.
Binary file added GoogleChromePortable/App/Chrome-bin/chrome.exe
Binary file not shown.
Binary file not shown.
36 changes: 36 additions & 0 deletions GoogleChromePortable/App/DefaultData/profile/Default/Bookmarks
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"checksum": "2cf42d4f179a8b7766a445c1270dd4c0",
"roots": {
"bookmark_bar": {
"children": [ {
"date_added": "13028788410338143",
"id": "5",
"name": "PortableApps.com",
"type": "url",
"url": "http://portableapps.com/"
} ],
"date_added": "0",
"date_modified": "13028788410338143",
"id": "1",
"name": "Bookmarks bar",
"type": "folder"
},
"other": {
"children": [ ],
"date_added": "0",
"date_modified": "0",
"id": "2",
"name": "Other bookmarks",
"type": "folder"
},
"synced": {
"children": [ ],
"date_added": "13028788397005139",
"date_modified": "0",
"id": "4",
"name": "Mobile bookmarks",
"type": "folder"
}
},
"version": 1
}
Binary file not shown.
Binary file not shown.
Loading