Skip to content

Commit

Permalink
misc
Browse files Browse the repository at this point in the history
  • Loading branch information
j13hkpb committed Dec 9, 2024
1 parent 772e4b4 commit 12bc935
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ tasks.withType<edu.sc.seis.launch4j.tasks.DefaultLaunch4jTask> {
outfile = "FreeXMLToolkit.exe"
mainClassName = "org.fxt.freexmltoolkit.FxtGui"
headerType = "gui" // gui / console
icon = "${projectDir}/logo.ico"
icon = "${projectDir}/release/logo.ico"
// maxHeapSize = 2048
copyright = System.getProperty("user.name")

Expand Down
27 changes: 27 additions & 0 deletions release/FreeXmlToolkit.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
#
# FreeXMLToolkit - Universal Toolkit for XML
# Copyright (c) Karl Kauc 2024.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
#
customTempFolder=temp
font.family=
font.size=
http.proxy.host=
http.proxy.port=
language=DE
sendUsageStatistics=true
usageDuration=0
useSystemTempFolder=false
verion=%version%
File renamed without changes.

0 comments on commit 12bc935

Please sign in to comment.