File tree 7 files changed +15
-6
lines changed
7 files changed +15
-6
lines changed Original file line number Diff line number Diff line change 27
27
packages = rec {
28
28
superfile = pkgs . buildGoApplication {
29
29
pname = "superfile" ;
30
- version = "1.1.7" ;
30
+ version = "1.1.7.1 " ;
31
31
src = ./. ;
32
32
modules = ./gomod2nix.toml ;
33
33
} ;
Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env -S bash -euo pipefail
2
2
3
3
projectName=" superfile"
4
- version=" v1.1.7"
4
+ version=" v1.1.7.1 "
5
5
osList=(" darwin" " linux" " windows" )
6
6
archList=(" amd64" " arm64" )
7
7
mkdir dist
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ var SuperFileDataDir = xdg.DataHome + "/superfile"
9
9
var SuperFileStateDir = xdg .StateHome + "/superfile"
10
10
11
11
const (
12
- CurrentVersion string = "v1.1.7"
12
+ CurrentVersion string = "v1.1.7.1 "
13
13
LatestVersionURL string = "https://api.github.com/repos/yorukot/superfile/releases/latest"
14
14
LatestVersionGithub string = "github.com/yorukot/superfile/releases/latest"
15
15
)
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Write-Host -ForegroundColor Red " `$`$/
22
22
Write-Host " "
23
23
24
24
$package = " superfile"
25
- $version = " 1.1.7"
25
+ $version = " 1.1.7.1 "
26
26
27
27
$installInstructions = @'
28
28
This installer is only available for Windows.
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ if [ $? -ne 0 ]; then
39
39
fi
40
40
41
41
package=superfile
42
- version=1.1.7
42
+ version=1.1.7.1
43
43
arch=$( uname -m)
44
44
os=$( uname -s)
45
45
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Write-Host -ForegroundColor Red " `$`$/
22
22
Write-Host " "
23
23
24
24
$package = " superfile"
25
- $version = " 1.1.7"
25
+ $version = " 1.1.7.1 "
26
26
27
27
$installInstructions = @'
28
28
This uninstaller is only available for Windows.
Original file line number Diff line number Diff line change 10
10
11
11
All notable changes to this project will be documented in this file. Dates are displayed in UTC(YYYY-MM-DD).
12
12
13
+ # [ ** v1.1.7.1** ] ( https://github.com/yorukot/superfile/releases/tag/v1.1.7 )
14
+
15
+ > 2024-01-06
16
+
17
+ NOTE: This release is a hotfix to resolve an unusual issue on Windows.
18
+
19
+ #### Bug fix
20
+ - Fix can't run on windows [ ` #534 ` ] ( https://github.com/yorukot/superfile/issues/534 )
21
+
13
22
# [ ** v1.1.7** ] ( https://github.com/yorukot/superfile/releases/tag/v1.1.7 )
14
23
15
24
> 2024-01-05
You can’t perform that action at this time.
0 commit comments