| #!/bin/bash |
#!/bin/bash |
| |
|
| #Copyright (C) 2000,2003,2006 Free Software Foundation, Inc. |
#Copyright (C) 2000,2003,2006,2007 Free Software Foundation, Inc. |
| |
|
| #This file is part of Gforth. |
#This file is part of Gforth. |
| |
|
| [Setup] |
[Setup] |
| AppName=Gforth |
AppName=Gforth |
| AppVerName=Gforth $(cat version) |
AppVerName=Gforth $(cat version) |
| AppCopyright=Copyright © 1995,1996,1997,1998,2000,2003,2006 Free Software Foundation |
AppCopyright=Copyright © 1995,1996,1997,1998,2000,2003,2006,2007 Free Software Foundation |
| DefaultDirName={pf}\gforth |
DefaultDirName={pf}\gforth |
| DefaultGroupName=Gforth |
DefaultGroupName=Gforth |
| AllowNoIcons=1 |
AllowNoIcons=1 |