🔧 Cleanup dist folder
This commit is contained in:
parent
96ac4edc3d
commit
4564a16841
@ -17,7 +17,7 @@ SET(CMAKE_RUNTIME_OUTPUT_DIRECTORY_RELEASE ${RUNTIME_OUTPUT_DIRECTORY})
|
|||||||
SET(CMAKE_RUNTIME_OUTPUT_DIRECTORY_RELWITHDEBINFO ${RUNTIME_OUTPUT_DIRECTORY})
|
SET(CMAKE_RUNTIME_OUTPUT_DIRECTORY_RELWITHDEBINFO ${RUNTIME_OUTPUT_DIRECTORY})
|
||||||
SET(CMAKE_RUNTIME_OUTPUT_DIRECTORY_DEBUG ${RUNTIME_OUTPUT_DIRECTORY})
|
SET(CMAKE_RUNTIME_OUTPUT_DIRECTORY_DEBUG ${RUNTIME_OUTPUT_DIRECTORY})
|
||||||
|
|
||||||
project(Fuel VERSION "2.0.1")
|
project(Fuel VERSION "2.0.0")
|
||||||
|
|
||||||
option(UPDATE_TRANSLATIONS "Update translations" OFF)
|
option(UPDATE_TRANSLATIONS "Update translations" OFF)
|
||||||
|
|
||||||
|
4
dist/arch-git/PKGBUILD
vendored
4
dist/arch-git/PKGBUILD
vendored
@ -1,7 +1,7 @@
|
|||||||
# Maintainer: Edgar <Edgar{at}AnotherFoxGuy.com>
|
# Maintainer: Edgar <Edgar{at}AnotherFoxGuy.com>
|
||||||
pkgname=fuel-git
|
pkgname=fuel-git
|
||||||
pkgver=2.0.1
|
pkgver=2.0.0
|
||||||
pkgrel=3
|
pkgrel=1
|
||||||
pkgdesc="A GUI front-end to Fossil SCM"
|
pkgdesc="A GUI front-end to Fossil SCM"
|
||||||
arch=(i686 x86_64)
|
arch=(i686 x86_64)
|
||||||
url="https://fuel-scm.org/"
|
url="https://fuel-scm.org/"
|
||||||
|
4
dist/arch/PKGBUILD
vendored
4
dist/arch/PKGBUILD
vendored
@ -1,7 +1,7 @@
|
|||||||
# Maintainer: Edgar <Edgar{at}AnotherFoxGuy.com>
|
# Maintainer: Edgar <Edgar{at}AnotherFoxGuy.com>
|
||||||
pkgname=fuel
|
pkgname=fuel
|
||||||
pkgver=2.0.1
|
pkgver=2.0.0
|
||||||
pkgrel=3
|
pkgrel=1
|
||||||
pkgdesc="A GUI front-end to Fossil SCM"
|
pkgdesc="A GUI front-end to Fossil SCM"
|
||||||
arch=(i686 x86_64)
|
arch=(i686 x86_64)
|
||||||
url="https://fuel-scm.org/"
|
url="https://fuel-scm.org/"
|
||||||
|
0
debian/compat → dist/debian/compat
vendored
0
debian/compat → dist/debian/compat
vendored
0
debian/control → dist/debian/control
vendored
0
debian/control → dist/debian/control
vendored
0
debian/menu → dist/debian/menu
vendored
0
debian/menu → dist/debian/menu
vendored
0
debian/rules → dist/debian/rules
vendored
Executable file → Normal file
0
debian/rules → dist/debian/rules
vendored
Executable file → Normal file
0
debian/watch → dist/debian/watch
vendored
0
debian/watch → dist/debian/watch
vendored
53
dist/win/fuel.iss
vendored
53
dist/win/fuel.iss
vendored
@ -1,53 +0,0 @@
|
|||||||
; Script generated by the Inno Setup Script Wizard.
|
|
||||||
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
|
|
||||||
|
|
||||||
#define MyAppName "Fuel"
|
|
||||||
#define MyAppVersion "0.9.6"
|
|
||||||
#define MyAppPublisher "Kostas Karanikolas"
|
|
||||||
#define MyAppURL "http://fuel-scm.org/"
|
|
||||||
#define MyAppExeName "Fuel.exe"
|
|
||||||
|
|
||||||
[Setup]
|
|
||||||
; NOTE: The value of AppId uniquely identifies this application.
|
|
||||||
; Do not use the same AppId value in installers for other applications.
|
|
||||||
; (To generate a new GUID, click Tools | Generate GUID inside the IDE.)
|
|
||||||
AppId={{2B36FB79-7AD8-4864-AE6B-61D1E7A0D2FD}
|
|
||||||
AppName={#MyAppName}
|
|
||||||
AppVersion={#MyAppVersion}
|
|
||||||
;AppVerName={#MyAppName} {#MyAppVersion}
|
|
||||||
AppPublisher={#MyAppPublisher}
|
|
||||||
AppPublisherURL={#MyAppURL}
|
|
||||||
AppSupportURL={#MyAppURL}
|
|
||||||
AppUpdatesURL={#MyAppURL}
|
|
||||||
DefaultDirName={pf}\{#MyAppName}
|
|
||||||
DefaultGroupName={#MyAppName}
|
|
||||||
DisableProgramGroupPage=yes
|
|
||||||
LicenseFile=..\..\doc\License.txt
|
|
||||||
OutputDir=build
|
|
||||||
OutputBaseFilename={#MyAppName}-{#MyAppVersion}
|
|
||||||
Compression=lzma
|
|
||||||
SolidCompression=yes
|
|
||||||
|
|
||||||
[Languages]
|
|
||||||
Name: "english"; MessagesFile: "compiler:Default.isl"
|
|
||||||
|
|
||||||
[Tasks]
|
|
||||||
Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked
|
|
||||||
|
|
||||||
[Files]
|
|
||||||
Source: "..\..\..\fuel-build-desktop\release\Fuel.exe"; DestDir: "{app}"; Flags: ignoreversion
|
|
||||||
Source: "..\..\..\fuel-build-desktop\release\fossil.exe"; DestDir: "{app}"; Flags: ignoreversion
|
|
||||||
Source: "..\..\..\fuel-build-desktop\release\libgcc_s_dw2-1.dll"; DestDir: "{app}"; Flags: ignoreversion
|
|
||||||
Source: "..\..\..\fuel-build-desktop\release\mingwm10.dll"; DestDir: "{app}"; Flags: ignoreversion
|
|
||||||
Source: "..\..\..\fuel-build-desktop\release\QtCore4.dll"; DestDir: "{app}"; Flags: ignoreversion
|
|
||||||
Source: "..\..\..\fuel-build-desktop\release\QtGui4.dll"; DestDir: "{app}"; Flags: ignoreversion
|
|
||||||
; NOTE: Don't use "Flags: ignoreversion" on any shared system files
|
|
||||||
|
|
||||||
[Icons]
|
|
||||||
Name: "{group}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"
|
|
||||||
Name: "{group}\{cm:UninstallProgram,{#MyAppName}}"; Filename: "{uninstallexe}"
|
|
||||||
Name: "{commondesktop}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"; Tasks: desktopicon
|
|
||||||
|
|
||||||
[Run]
|
|
||||||
Filename: "{app}\{#MyAppExeName}"; Description: "{cm:LaunchProgram,{#StringChange(MyAppName, "&", "&&")}}"; Flags: nowait postinstall skipifsilent
|
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user