File tree 7 files changed +6
-41
lines changed
java/airsquared/blobsaver/app
resources/airsquared/blobsaver/app
7 files changed +6
-41
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ import org.gradle.nativeplatform.platform.internal.DefaultNativePlatform
22
22
plugins {
23
23
id ' application'
24
24
id ' com.github.ben-manes.versions' version ' 0.49.0'
25
- id ' org.beryx.jlink' version ' 3.0.0 '
25
+ id ' org.beryx.jlink' version ' 3.0.1 '
26
26
id ' org.openjfx.javafxplugin' version ' 0.1.0'
27
27
28
28
id ' idea'
@@ -32,7 +32,7 @@ idea.module.outputDir file('out/production/classes') // fix running via IntelliJ
32
32
/*
33
33
* REMEMBER: also update the version string in Main.java
34
34
*/
35
- version = ' 3.5.2 '
35
+ version = ' 3.6.0 '
36
36
description = ' A cross-platform GUI and CLI app for saving SHSH blobs'
37
37
String appIdentifier = ' airsquared.blobsaver.app'
38
38
String copyright = ' Copyright (c) 2023 airsquared'
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright (c) 2021 airsquared
2
+ * Copyright (c) 2023 airsquared
3
3
*
4
4
* This file is part of blobsaver.
5
5
*
Original file line number Diff line number Diff line change 38
38
39
39
public class Main {
40
40
41
- static final String appVersion = "v3.5.2 " ;
41
+ static final String appVersion = "v3.6.0 " ;
42
42
static final String copyright = "Copyright (c) 2023 airsquared" ;
43
43
static Stage primaryStage ;
44
44
// make sure to set system property before running (automatically set if running from gradle)
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright (c) 2021 airsquared
2
+ * Copyright (c) 2023 airsquared
3
3
*
4
4
* This file is part of blobsaver.
5
5
*
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright (c) 2021 airsquared
2
+ * Copyright (c) 2023 airsquared
3
3
*
4
4
* This file is part of blobsaver.
5
5
*
Original file line number Diff line number Diff line change 1
1
# suppress inspection "UnusedProperty" for whole file
2
- #
3
- # Copyright (c) 2021 airsquared
4
- #
5
- # This file is part of blobsaver.
6
- #
7
- # blobsaver is free software: you can redistribute it and/or modify
8
- # it under the terms of the GNU General Public License as published by
9
- # the Free Software Foundation, version 3 of the License.
10
- #
11
- # blobsaver is distributed in the hope that it will be useful,
12
- # but WITHOUT ANY WARRANTY; without even the implied warranty of
13
- # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14
- # GNU General Public License for more details.
15
- #
16
- # You should have received a copy of the GNU General Public License
17
- # along with blobsaver. If not, see <https://www.gnu.org/licenses/>.
18
- #
19
2
iPhone2,1 =n88ap
20
3
iPhone3,1 =n90ap
21
4
iPhone3,2 =n90bap
You can’t perform that action at this time.
0 commit comments