Skip to content

Commit

Permalink
Tabby 1.0.148
Browse files Browse the repository at this point in the history
  • Loading branch information
crazy-max committed Jul 24, 2021
1 parent a571552 commit 5bac6fb
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 24 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.0.148-5 (2021/07/25)

* Tabby 1.0.148

## 1.0.138-4 (2021/05/13)

* Terminus 1.0.138
Expand Down
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
<p align="center"><a href="https://portapps.io/app/terminus-portable/" target="_blank"><img width="100" src="https://github.com/portapps/terminus-portable/blob/master/res/papp.png"></a></p>
<p align="center"><a href="https://portapps.io/app/tabby-portable/" target="_blank"><img width="100" src="https://github.com/portapps/tabby-portable/blob/master/res/papp.png"></a></p>

<p align="center">
<a href="https://portapps.io/app/terminus-portable/#download"><img src="https://img.shields.io/github/release/portapps/terminus-portable.svg?style=flat-square" alt="GitHub release"></a>
<a href="https://portapps.io/app/terminus-portable/#download"><img src="https://img.shields.io/github/downloads/portapps/terminus-portable/total.svg?style=flat-square" alt="Total downloads"></a>
<a href="https://github.com/portapps/terminus-portable/actions?workflow=build"><img src="https://img.shields.io/github/workflow/status/portapps/terminus-portable/build?label=build&logo=github&style=flat-square" alt="Build Status"></a>
<a href="https://goreportcard.com/report/github.com/portapps/terminus-portable"><img src="https://goreportcard.com/badge/github.com/portapps/terminus-portable?style=flat-square" alt="Go Report"></a>
<a href="https://portapps.io/app/tabby-portable/#download"><img src="https://img.shields.io/github/release/portapps/tabby-portable.svg?style=flat-square" alt="GitHub release"></a>
<a href="https://portapps.io/app/tabby-portable/#download"><img src="https://img.shields.io/github/downloads/portapps/tabby-portable/total.svg?style=flat-square" alt="Total downloads"></a>
<a href="https://github.com/portapps/tabby-portable/actions?workflow=build"><img src="https://img.shields.io/github/workflow/status/portapps/tabby-portable/build?label=build&logo=github&style=flat-square" alt="Build Status"></a>
<a href="https://goreportcard.com/report/github.com/portapps/tabby-portable"><img src="https://goreportcard.com/badge/github.com/portapps/tabby-portable?style=flat-square" alt="Go Report"></a>
<br /><a href="https://github.com/sponsors/crazy-max"><img src="https://img.shields.io/badge/sponsor-crazy--max-181717.svg?logo=github&style=flat-square" alt="Become a sponsor"></a>
<a href="https://www.paypal.me/crazyws"><img src="https://img.shields.io/badge/donate-paypal-00457c.svg?logo=paypal&style=flat-square" alt="Donate Paypal"></a>
</p>

## Notice of Non-Affiliation and Disclaimer

Portapps is not affiliated, associated, authorized, endorsed by, or in any way officially connected with Terminus™,
Portapps is not affiliated, associated, authorized, endorsed by, or in any way officially connected with Tabby™,
or any of its subsidiaries or its affiliates.

The official Terminus™ website can be found at https://eugeny.github.io/terminus/.
The official Tabby™ website can be found at https://tabby.sh.

The name Terminus™ as well as related names, marks, emblems and images are registered trademarks of their respective
The name Tabby™ as well as related names, marks, emblems and images are registered trademarks of their respective
owners.

## About

Terminus™ portable app made with 🚀 [Portapps](https://portapps.io).<br />
Documentation and downloads can be found on https://portapps.io/app/terminus-portable/
Tabby™ portable app made with 🚀 [Portapps](https://portapps.io).<br />
Documentation and downloads can be found on https://portapps.io/app/tabby-portable/

## How can I help?

Expand Down
16 changes: 8 additions & 8 deletions build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
core.dir = ../portapps

# App
app = terminus
app.name = Terminus
app = tabby
app.name = Tabby
app.type = archive
app.version = 1.0.138
app.release = 4
app.homepage = https://eugeny.github.io/terminus/
app.version = 1.0.148
app.release = 5
app.homepage = https://tabby.sh

# Portable app
papp.id = ${app}-portable
Expand All @@ -18,8 +18,8 @@ papp.url = https://github.com/portapps/${papp.id}
papp.folder = app

# Official artifacts
atf.id = terminus
atf.win64.filename = terminus-${app.version}-setup
atf.id = tabby
atf.win64.filename = tabby-${app.version}-setup
atf.win64.ext = .exe
atf.win64.url = https://github.com/Eugeny/terminus/releases/download/v${app.version}/terminus-${app.version}-setup.exe
atf.win64.url = https://github.com/Eugeny/tabby/releases/download/v${app.version}/tabby-${app.version}-setup.exe
atf.win64.assertextract = $PLUGINSDIR/app-64.7z
4 changes: 2 additions & 2 deletions build.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<project name="terminus" basedir=".">
<project name="tabby" basedir=".">

<dirname property="app.basedir" file="${ant.file.terminus}"/>
<dirname property="app.basedir" file="${ant.file.tabby}"/>
<property name="build.properties" value="${app.basedir}/build.properties"/>
<property file="${build.properties}"/>

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/portapps/terminus-portable
module github.com/portapps/tabby-portable

go 1.16

Expand Down
6 changes: 3 additions & 3 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ func init() {
}

// Init app
if app, err = portapps.NewWithCfg("terminus-portable", "Terminus", cfg); err != nil {
if app, err = portapps.NewWithCfg("tabby-portable", "Tabby", cfg); err != nil {
log.Fatal().Err(err).Msg("Cannot initialize application. See log file for more info.")
}
}

func main() {
utl.CreateFolder(app.DataPath)
app.Process = utl.PathJoin(app.AppPath, "Terminus.exe")
app.Process = utl.PathJoin(app.AppPath, "Tabby.exe")
app.Args = []string{
"--user-data-dir=" + app.DataPath,
}
Expand All @@ -45,7 +45,7 @@ func main() {
if cfg.Cleanup {
defer func() {
utl.Cleanup([]string{
path.Join(os.Getenv("APPDATA"), "terminus"),
path.Join(os.Getenv("APPDATA"), "tabby"),
})
}()
}
Expand Down

0 comments on commit 5bac6fb

Please sign in to comment.